Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compodoc/compodoc
/ exists
Function
exists
test/src/helpers.ts:15–17 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
exists(file: string): boolean {
16
return
fs.existsSync(file);
17
}
18
19
export
function
stats(file: string): object {
20
return
fs.statSync(file);
Callers
15
cli-option-file.spec.ts
File · 0.90
cli-generation-big-app.spec.ts
File · 0.90
cli-export.spec.ts
File · 0.90
cli-markdown-files.spec.ts
File · 0.90
cli-jsdoc-examples.spec.ts
File · 0.90
cli-issue-1376-dynamic-template-url.spec.ts
File · 0.90
cli-exclude.spec.ts
File · 0.90
cli-disable-options.spec.ts
File · 0.90
cli-export-llm-md.spec.ts
File · 0.90
cli-same-variable-name-spread.spec.ts
File · 0.90
cli-duplicates.spec.ts
File · 0.90
cli-ignore.spec.ts
File · 0.90
Calls
1
existsSync
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…