MCPcopy Create free account
hub / github.com/OtsoBear/chrome2moz / JavaScriptFile

Class JavaScriptFile

src/models/extension.rs:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124#[derive(Debug, Clone)]
125pub struct JavaScriptFile {
126 pub path: PathBuf,
127 pub content: String,
128 pub is_background: bool,
129 pub is_content_script: bool,
130 pub chrome_api_calls: Vec<ChromeApiCall>,
131}
132
133#[derive(Debug, Clone)]
134pub struct ChromeApiCall {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected