Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
pub(crate) struct ScriptStateStoreWrapper(pub(crate) ScriptsStateStoreHandle);
176
177
impl SourceMapGetter for ScriptStateStoreWrapper {
178
fn get_source_map(&self, file_name: &str) -> Option<Vec<u8>> {
Callers
1
create_isolate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected