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

teableio / teable / 10072861114

24 Jul 2024 08:04AM UTC coverage: 17.776% (-0.003%) from 17.779%
10072861114

push

github

web-flow
fix: link crash (#757)

1384 of 2806 branches covered (49.32%)

5 of 147 new or added lines in 20 files covered. (3.4%)

14018 of 78858 relevant lines covered (17.78%)

1.77 hits per line

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

0.0
/packages/sdk/src/hooks/use-base-id.ts
NEW
1
import { useContext } from 'react';
×
NEW
2
import { AnchorContext } from '../context';
×
NEW
3

×
NEW
4
export function useBaseId() {
×
NEW
5
  const { baseId } = useContext(AnchorContext);
×
NEW
6
  return baseId;
×
NEW
7
}
×
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