Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ handler
Function
handler
packages/plugin-vite/src/plugins/server_snapshot.ts:129–133 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
127
id: /fresh:server-snapshot/,
128
},
129
handler(id) {
130
if
(id === modName) {
131
return
`\0${modName}`;
132
}
133
},
134
},
135
load: {
136
filter: {
Callers
nothing calls this directly
Calls
11
getBuildId
Function · 0.90
crawlFsItem
Function · 0.85
specToName
Function · 0.85
pathToSpec
Function · 0.85
generateSnapshotServer
Function · 0.85
getUniqueName
Method · 0.80
readTextFile
Method · 0.80
isDirectory
Method · 0.80
walk
Method · 0.80
add
Method · 0.65
get
Method · 0.45
Tested by
no test coverage detected