MCPcopy Create free account
hub / github.com/effect-app/libs / hasDefaultModifier

Function hasDefaultModifier

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:2638–2641  ·  view source on GitHub ↗
(node: ts.Node)

Source from the content-addressed store, hash-verified

2636 })
2637}
2638
2639function nodeRange(node: ts.Node): [number, number] {
2640 return [node.getStart(), node.getEnd()]
2641}
2642
2643function normalizeFile(cwd: string, filename: string): string {
2644 return normalizePathName(path.relative(cwd, filename))

Callers 1

parseSourceFileDocsFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…