MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / JsFile

Class JsFile

src/js_crawler.rs:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#[allow(dead_code)]
35#[derive(Debug, Clone)]
36pub struct JsFile {
37 pub url: String,
38 pub source: String, // Where it was found: "urlfinder", "http200", "dom"
39 pub size: Option<usize>,
40 pub content_type: Option<String>,
41}
42
43#[allow(dead_code)]
44#[derive(Debug, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected