Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashpointProject/launcher
/ parse
Function
parse
src/back/ExtConfigFile.ts:45–47 ·
view source on GitHub ↗
(json: any)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
parse(json: any): AppExtConfigData {
46
return
overwriteExtConfigData({}, json);
47
}
48
}
Callers
1
readFile
Function · 0.70
Calls
1
overwriteExtConfigData
Function · 0.90
Tested by
no test coverage detected