MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / checkForbiddenText

Function checkForbiddenText

apps/ui/scripts/lint-meta/cli.ts:106–110  ·  view source on GitHub ↗
(
  file: string
)

Source from the content-addressed store, hash-verified

104
105/** @param file Absolute path to the source file under test */
106export function checkForbiddenText(
107 file: string
108): ReturnType<typeof checkForbiddenTextWithRoot> {
109 return checkForbiddenTextWithRoot(file, ROOT);
110}

Callers 1

lint-meta.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected