Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ normalizeDaemonRef
Function
normalizeDaemonRef
src/daemon/selector-recording.ts:118–120 ·
view source on GitHub ↗
(ref: string)
Source
from the content-addressed store, hash-verified
116
}
117
118
function
normalizeDaemonRef(ref: string): string {
119
return
ref.startsWith(
'@'
) ? ref.slice(1) : ref;
120
}
Callers
2
buildGetRecordResult
Function · 0.85
toDaemonGetData
Function · 0.85
Calls
1
startsWith
Method · 0.80
Tested by
no test coverage detected