MCPcopy
hub / github.com/andeya/pholcus / PhantomStub

Struct PhantomStub

app/downloader/surfer/phantom_stub.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type PhantomStub struct {
14 CookieJar *cookiejar.Jar
15}
16
17func NewPhantom(phantomjsFile, tempJsDir string, jar ...*cookiejar.Jar) Surfer {
18 p := &PhantomStub{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected