Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuanRT/YouTube.js
/
Class
src/utils/javascript/JsExtractor.ts:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
* based on analysis results from a `JsAnalyzer` instance.
60
*/
61
export
class
JsExtractor {
62
constructor(private analyzer: JsAnalyzer) { /** no-op */ }
63
64
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected