MCPcopy Create free account
hub / github.com/LuanRT/YouTube.js / constructor

Method constructor

src/utils/javascript/JsExtractor.ts:62–62  ·  view source on GitHub ↗
(private analyzer: JsAnalyzer)

Source from the content-addressed store, hash-verified

60 */
61export class JsExtractor {
62 constructor(private analyzer: JsAnalyzer) { /** no-op */ }
63
64 /**
65 * Checks if all provided arguments are safe initializers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected