MCPcopy Create free account
hub / github.com/denoland/std / getFileName

Method getFileName

testing/unstable_snapshot.ts:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42interface CallSite {
43 isEval(): boolean;
44 getFileName(): string | null;
45 getLineNumber(): number | null;
46 getColumnNumber(): number | null;
47}

Callers 3

getTestFileFromStackFunction · 0.80
getInlineCallSiteFunction · 0.80
assertInlineSnapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected