MCPcopy Create free account
hub / github.com/Botloader/botloader / ScriptStateStoreWrapper

Class ScriptStateStoreWrapper

components/vm/src/lib.rs:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175pub(crate) struct ScriptStateStoreWrapper(pub(crate) ScriptsStateStoreHandle);
176
177impl SourceMapGetter for ScriptStateStoreWrapper {
178 fn get_source_map(&self, file_name: &str) -> Option<Vec<u8>> {

Callers 1

create_isolateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected