Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WICG/webpackage
/ createTopLevel
Method
createTopLevel
js/bundle/src/encoder.ts:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
private createTopLevel(): CBORValue {
115
return
this.compatAdapter.createTopLevel();
116
}
117
118
get formatVersion(): FormatVersion {
119
return
this.compatAdapter.formatVersion;
Callers
1
createBundle
Method · 0.95
Calls
1
createTopLevel
Method · 0.65
Tested by
no test coverage detected