• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

teableio / teable / 11349510116

15 Oct 2024 03:38PM UTC coverage: 84.693%. First build
11349510116

push

github

web-flow
fix: insert columnm crash (#992)

* fix: insert columnm crash

* fix: page refresh when editor accidentally

5720 of 6028 branches covered (94.89%)

37879 of 44725 relevant lines covered (84.69%)

1623.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/apps/nestjs-backend/src/features/field/model/field-base.ts
1
export abstract class FieldBase {
×
2
  // whether the storage structure of the value is a json Object, notice title key in json object is required
×
3
  // example: { title: 'title', id: 'id1' } or [{ title: 'title1', id: 'id1' }, { title: 'title2', id: 'id2' }]
×
4
  abstract get isStructuredCellValue(): boolean;
×
5

×
6
  abstract convertDBValue2CellValue(value: unknown, context?: unknown): unknown;
×
7

×
8
  abstract convertCellValue2DBValue(value: unknown): unknown;
×
9
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc