Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Schniz/fnm
/ fnmTargetDir
Function
fnmTargetDir
e2e/shellcode/script.ts:186–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
function
fnmTargetDir(): string {
187
return
path.join(
188
process.cwd(),
189
"target"
,
190
process.env.FNM_TARGET_NAME ??
"debug"
191
)
192
}
Callers
1
execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected