Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnockOutEZ/wigolo
/ functions
Functions
3,662 in github.com/KnockOutEZ/wigolo
⨍
Functions
3,662
◇
Types & classes
981
↓ 2 callers
Method
handle
(req: IncomingMessage, res: ServerResponse)
src/daemon/rest/router.ts:110
↓ 2 callers
Function
hasRequiredFields
(config: PersistedConfig)
src/cli/tui/state/required-fields.ts:20
↓ 2 callers
Function
hashPrompt
(prompt: string)
src/integrations/cloud/llm/hash.ts:3
↓ 2 callers
Function
hashSchema
(schema: unknown)
src/integrations/cloud/llm/hash.ts:8
↓ 2 callers
Function
headersToRecord
(h: WreqHeaders | undefined)
src/fetch/tls-tier.ts:164
↓ 2 callers
Function
helloPdfBuffer
()
tests/integration/fetch-pdf.test.ts:31
↓ 2 callers
Function
hslToHex
(hsl: string)
src/extraction/brand.ts:497
↓ 2 callers
Function
htmlPage
(links: string[], bodyExtra = '')
tests/unit/crawl/mapper.test.ts:15
↓ 2 callers
Function
httpGet
(url: string, timeoutMs: number)
src/fetch/cdp-client.ts:14
↓ 2 callers
Function
info
(text: string)
src/cli/tui/format.ts:23
↓ 2 callers
Function
insertLLMCache
(rec: LLMCallRecord)
src/integrations/cloud/llm/cache.ts:38
↓ 2 callers
Function
installSelectedSkills
* Install skill packs for the selected agents through the shared skills engine. * * A single engine call (`installSkills`, global scope) covers ever
src/cli/init.ts:223
↓ 2 callers
Function
installViaClaudeCli
(args: InstallViaClaudeCliArgs = {})
src/cli/tui/config-writer-cli.ts:39
↓ 2 callers
Function
invalidInput
(error_reason: string)
src/tools/agent.ts:203
↓ 2 callers
Function
invalidJson
()
src/daemon/rest/errors.ts:48
↓ 2 callers
Function
invalidateMemo
Drop every memo entry for a provider across all data dirs.
src/security/key-store.ts:73
↓ 2 callers
Method
isAllowedHost
* Whether the request's Host header is on the allowlist: `localhost`, * `127.0.0.1`, `[::1]`, or the daemon's configured host. Rejecting other *
src/daemon/http-server.ts:287
↓ 2 callers
Function
isAntiBotTlsDomain
* A domain is in the anti-bot TLS-first set when it is in the * built-in {@link ANTI_BOT_TLS_DOMAINS} list OR the operator-supplied * WIGOLO_TLS_DOM
src/fetch/router.ts:391
↓ 2 callers
Function
isBlocklistedDomain
(u: string)
src/agent/relevance.ts:30
↓ 2 callers
Function
isBrandCollisionProne
(query: string)
src/search/core/brand-collision.ts:142
↓ 2 callers
Function
isClearanceFresh
(clearance: DomainClearance, now: number)
src/fetch/clearance-reuse.ts:44
↓ 2 callers
Function
isContentHref
(href: string)
src/extraction/list.ts:52
↓ 2 callers
Function
isContentMetric
(text: string)
src/extraction/list.ts:75
↓ 2 callers
Function
isDatedOutOfWindow
( publishedDate: string | undefined, fromDate: string | undefined, toDate: string | undefined, )
src/search/core/time-range.ts:54
↓ 2 callers
Function
isEagerWarmupEnabled
()
src/server/warmup-on-start.ts:13
↓ 2 callers
Function
isEngineWarmEnabled
()
src/server/warmup-on-start.ts:35
↓ 2 callers
Function
isHydrated
(doc: ProbeDocument)
src/fetch/hydration-probe.ts:124
↓ 2 callers
Function
isLoopbackIpv4
(host: string)
src/watch/ssrf.ts:61
↓ 2 callers
Function
isMissingVenvModuleError
(stderr: string)
src/python-env.ts:102
↓ 2 callers
Function
isNamedSchemaType
(s: string)
src/extraction/v1/schemas/index.ts:28
↓ 2 callers
Function
isNativeSearxngSupported
(platform: string = process.platform)
src/searxng/bootstrap.ts:141
↓ 2 callers
Function
isPostExitNativeNoise
(line: string)
src/cli/doctor.ts:1175
↓ 2 callers
Function
isPrivateIpv6
(host: string)
src/watch/ssrf.ts:78
↓ 2 callers
Function
isPrivateUrl
(url: string)
src/crawl/url-utils.ts:52
↓ 2 callers
Function
isToolCommand
(name: string)
src/cli/help.ts:41
↓ 2 callers
Function
isValidCandidateUrl
(u: string)
src/agent/relevance.ts:16
↓ 2 callers
Function
isValidUrl
(u: string)
src/search/language-filter.ts:48
↓ 2 callers
Function
isValidUrl
(raw: string)
src/search/core/rss/feed-config.ts:22
↓ 2 callers
Function
isolateContentRoot
(html: string)
src/extraction/v1/content-root.ts:75
↓ 2 callers
Function
jaccard
(a: string[], b: string[])
src/search/hybrid/signals.ts:16
↓ 2 callers
Function
joinUrl
Join a base URL and an absolute path, tolerating a trailing slash on the base.
sdks/typescript/src/client.ts:98
↓ 2 callers
Function
killChild
Best-effort tree/plain kill of a child, platform-aware.
sdks/typescript/src/local.ts:224
↓ 2 callers
Method
labels
()
src/cli/tui/state/activity-store.ts:6
↓ 2 callers
Function
labelsMatch
(fieldName: string, candidate: string)
src/extraction/schema.ts:147
↓ 2 callers
Method
launchBrowser
(type: BrowserType)
src/fetch/browser-pool.ts:266
↓ 2 callers
Function
listProviders
(opts: KeyStoreOpts)
src/security/key-store.ts:223
↓ 2 callers
Function
loadExpected
(expectedPath: string)
benchmarks/agent/runner.ts:41
↓ 2 callers
Function
loadPrerecordedResponses
(responsesDir: string)
benchmarks/search/mock-engine.ts:14
↓ 2 callers
Function
loadQueries
(queriesPath: string)
benchmarks/search/runner.ts:17
↓ 2 callers
Function
loadRelevanceJudgments
(relevancePath: string)
benchmarks/search/runner.ts:38
↓ 2 callers
Function
loadTasks
(tasksPath: string)
benchmarks/agent/runner.ts:20
↓ 2 callers
Function
local_client
Construct a ``Client`` in embedded local mode. Accepts the same options as ``Client`` (base_url is ignored in local mode). Convenience wrappe
sdks/python/src/wigolo/_local.py:425
↓ 2 callers
Function
lockDirPath
()
src/cli/agents/skills/receipts.ts:173
↓ 2 callers
Function
log
(msg: string)
src/cli/daemon.ts:10
↓ 2 callers
Function
longestCommonSubsequence
(a: string[], b: string[])
benchmarks/extraction/tokenizer.ts:79
↓ 2 callers
Function
longestRun
(phrase: string[], doc: string[])
src/search/core/rare-terms.ts:93
↓ 2 callers
Function
looksJsRequired
(html: string | null | undefined)
src/fetch/tls-tier.ts:656
↓ 2 callers
Function
looksLikeBinaryDownload
(url: string)
src/fetch/router.ts:259
↓ 2 callers
Function
looksLikePdfResult
(result: { contentType?: string; rawBuffer?: Buffer })
src/fetch/router.ts:280
↓ 2 callers
Function
lookupLLMCache
( modelId: string, promptHash: string, schemaHash: string, )
src/integrations/cloud/llm/cache.ts:20
↓ 2 callers
Function
makeBrowserResult
(url = 'https://example.com/page')
tests/unit/fetch/router-tls.test.ts:44
↓ 2 callers
Function
makeBrowserResult
(url = 'https://example.com/page')
tests/unit/fetch/router-clearance.test.ts:60
↓ 2 callers
Function
makeBrowserResult
(url = 'https://example.com/page')
tests/unit/fetch/router-escalation-tuning.test.ts:65
↓ 2 callers
Function
makeClient
()
sdks/typescript/src/local.ts:281
↓ 2 callers
Function
makeCtx
(subPath: string, bindIsLoopback = true)
tests/unit/daemon/firecrawl-compat.test.ts:55
↓ 2 callers
Function
makeEngine
( name: string, behavior: (q: string, opts?: SearchEngineOptions) => Promise<RawSearchResult[]>, )
tests/unit/search/engine-throttle.test.ts:34
↓ 2 callers
Function
makeEntry
(name: string, results: RawSearchResult[])
tests/integration/search-rerank-fold.test.ts:59
↓ 2 callers
Function
makeEntry
( name: string, results: RawSearchResult[], extra: { weight?: number; quality?: EngineQualityTier } = {}
tests/unit/search/core/orchestrator-rank.test.ts:61
↓ 2 callers
Function
makeHttpResult
( url: string, opts: Partial<{ html: string; statusCode: number; headers: Record<string, string> }> = {},
tests/unit/fetch/router-antibot-domains.test.ts:39
↓ 2 callers
Function
makeHttpResult
(opts: Partial<{ html: string; statusCode: number }> = {})
tests/unit/fetch/router-tls.test.ts:33
↓ 2 callers
Function
makeHttpResult
(html = FULL_HTML)
tests/unit/fetch/router.test.ts:42
↓ 2 callers
Function
makeHttpResult
(opts: { html?: string; statusCode?: number; headers?: Record<string, string>; url?: string } = {})
tests/unit/fetch/router-escalation-tuning.test.ts:53
↓ 2 callers
Function
makeMetric
(overrides: Partial<MetricResult> = {})
tests/unit/benchmarks/extraction/report.test.ts:13
↓ 2 callers
Function
makeRaw
(url: string, html = '<html><body>ok</body></html>')
tests/unit/search/content-fetch.test.ts:35
↓ 2 callers
Function
makeResult
(engineName: string, url: string, title: string, snippet: string)
tests/integration/search-rerank-fold.test.ts:56
↓ 2 callers
Function
makeResult
(engine: string)
tests/unit/search/engine-throttle.test.ts:30
↓ 2 callers
Function
makeTlsResult
(url: string, opts: Partial<{ html: string; statusCode: number }> = {})
tests/unit/fetch/router-antibot-domains.test.ts:65
↓ 2 callers
Function
makeTlsResult
(opts: Partial<{ html: string; statusCode: number; url: string }> = {})
tests/unit/fetch/router-tls.test.ts:56
↓ 2 callers
Method
markBootstrapping
()
src/server/backend-status.ts:16
↓ 2 callers
Function
markFetchedNotModified
(url: string)
src/crawl/etag-incremental.ts:65
↓ 2 callers
Function
matchLexiconTerm
(query: string, lexicon: ReadonlySet<string>)
src/search/core/brand-collision.ts:389
↓ 2 callers
Function
maxConcurrency
()
src/daemon/rest/limits.ts:47
↓ 2 callers
Function
maybeEagerWarmup
()
src/server/warmup-on-start.ts:74
↓ 2 callers
Function
measure
(el: ProbeElement | null)
src/fetch/hydration-probe.ts:67
↓ 2 callers
Function
mergeGridTables
(tableData: TableData[], gridData: TableData[])
src/extraction/structured.ts:39
↓ 2 callers
Function
mergeMetadata
( base: ExtractionResult['metadata'], html: string, )
src/extraction/pipeline.ts:44
↓ 2 callers
Function
mergeProp
(target: Record<string, unknown>, prop: string, value: unknown)
src/extraction/structured-data.ts:135
↓ 2 callers
Function
mergeResults
(...lists: FindSimilarResult[][])
src/search/find-similar.ts:431
↓ 2 callers
Function
methodNotAllowed
(allow: string)
src/daemon/rest/errors.ts:73
↓ 2 callers
Method
monitorCrashes
()
src/searxng/process.ts:209
↓ 2 callers
Function
next
()
site/src/components/Testimonials.tsx:43
↓ 2 callers
Function
normalizeBlockText
(text: string)
src/crawl/dedup.ts:33
↓ 2 callers
Function
normalizeDeletedMarker
(md: string)
src/extraction/site-extractors/reddit.ts:79
↓ 2 callers
Function
normalizeQueries
(queries: string[])
src/search/multi-query.ts:11
↓ 2 callers
Function
normalizeText
(text: string)
benchmarks/extraction/tokenizer.ts:24
↓ 2 callers
Function
normalizeToken
(raw?: string | null)
src/daemon/rest/auth.ts:9
↓ 2 callers
Function
normalizeUrlForDedup
(url: string)
src/search/core/recent-cache-dedup.ts:58
↓ 2 callers
Function
normalizeWhitespace
(text: string)
tests/unit/repl/formatters.test.ts:22
↓ 2 callers
Function
notFound
()
src/daemon/rest/errors.ts:67
↓ 2 callers
Function
notImplemented
(tool: string)
src/daemon/rest/errors.ts:97
← previous
next →
901–1,000 of 3,662, ranked by callers