Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
interface
CallSite {
43
isEval(): boolean;
44
getFileName(): string | null;
45
getLineNumber(): number | null;
46
getColumnNumber(): number | null;
47
}
Callers
3
getTestFileFromStack
Function · 0.80
getInlineCallSite
Function · 0.80
assertInlineSnapshot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected