MCPcopy Create free account
hub / github.com/Snapchat/Valdi / JavaScriptFile

Class JavaScriptFile

valdi/src/valdi/runtime/Resources/Bundle.hpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class AssetCatalog;
30
31struct JavaScriptFile {
32 BytesView content;
33 StringBox sourceMap;
34
35 JavaScriptFile();
36 JavaScriptFile(const BytesView& content, const StringBox& sourceMap);
37 ~JavaScriptFile();
38};
39
40class ModuleLoadStrategy : public SimpleRefCountable {
41public:

Callers 4

updateResourcesMethod · 0.85
getJsMethod · 0.85
Bundle.cppFile · 0.85
populateSourceMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected