Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/kit
/ set_app
Function
set_app
packages/kit/src/runtime/server/app.js:7–9 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
5
* @param {{ decoders: Record<string, (data: any) => any> }} value
6
*/
7
export
function
set_app(value) {
8
app = value;
9
}
Callers
1
init
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected