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
Function
extractCodeSnippet
(html: string, url: string)
src/extraction/v1/schemas/CodeSnippet.ts:13
↓ 2 callers
Function
extractEntities
(query: string)
src/search/core/query-understanding.ts:57
↓ 2 callers
Function
extractEventListing
(html: string, url: string)
src/extraction/v1/schemas/EventListing.ts:13
↓ 2 callers
Function
extractFirstParagraph
(content: string)
src/embedding/key-terms.ts:131
↓ 2 callers
Function
extractHeadings
(content: string)
src/embedding/key-terms.ts:101
↓ 2 callers
Function
extractLinks
(html: string, origin: string)
src/crawl/mapper.ts:21
↓ 2 callers
Function
extractLinksAndImages
(markdown: string)
src/extraction/markdown.ts:164
↓ 2 callers
Function
extractNamedEntities
(input: string)
src/research/entity-extractor.ts:32
↓ 2 callers
Function
extractNamedSchema
( schema: NamedSchemaType, html: string, url: string, )
src/extraction/v1/schemas/index.ts:32
↓ 2 callers
Function
extractPaletteFromBuffer
( buffer: Buffer, mimeType: string, )
src/extraction/brand-palette.ts:296
↓ 2 callers
Function
extractPaper
(html: string, url: string)
src/extraction/v1/schemas/Paper.ts:15
↓ 2 callers
Function
extractProduct
(html: string, _url: string)
src/extraction/v1/product.ts:7
↓ 2 callers
Function
extractProductSchema
(html: string, _url: string)
src/extraction/v1/schemas/Product.ts:14
↓ 2 callers
Function
extractRecipeSchema
(html: string, url: string)
src/extraction/v1/schemas/Recipe.ts:17
↓ 2 callers
Function
extractRedditThread
(html: string, _url: string)
src/extraction/site-extractors/reddit.ts:230
↓ 2 callers
Function
extractSelector
( html: string, selector: string, multiple: boolean, )
src/extraction/extract.ts:9
↓ 2 callers
Function
extractTextFromSamplingResponse
( response: unknown, )
src/search/sampling.ts:62
↓ 2 callers
Function
extractVisibleText
(html: string)
src/fetch/content-check.ts:16
↓ 2 callers
Function
extractVisibleTextExcludingNoscript
* Visible text with all `<noscript>` blocks excluded. Used by the SPA-shell * heuristic so a defensive `<noscript>You need to enable JavaScript</nosc
src/fetch/content-check.ts:28
↓ 2 callers
Method
extractVqd
* Extract the vqd bootstrap token from a DDG HTML page. Returns null when * the page does not carry one — callers should treat that as a hard *
src/search/engines/ddg-image.ts:90
↓ 2 callers
Function
extractWigoloBlock
* Extract the wigolo fenced block from a shared file — the exact byte range the * receipt hashes. Returns undefined when no complete block is present
src/cli/agents/skills/executor.ts:769
↓ 2 callers
Function
extractWithLocalLlm
( request: LocalLlmRequest, )
src/extraction/v1/local-llm.ts:108
↓ 2 callers
Function
extractWithSchema
( html: string, schema: JsonSchema, )
src/extraction/schema.ts:32
↓ 2 callers
Function
fail
(reason: string)
tests/unit/search/hybrid/router.test.ts:35
↓ 2 callers
Function
failExec
(err: unknown, scope: Scope, json: boolean)
src/cli/skills.ts:531
↓ 2 callers
Function
failProc
()
tests/unit/cli/doctor-lazy.test.ts:72
↓ 2 callers
Function
fakeReq
Fake IncomingMessage that emits a JSON body then ends.
tests/unit/daemon/firecrawl-compat.test.ts:37
↓ 2 callers
Function
fakeSubsystems
()
tests/unit/daemon/rest-router.test.ts:70
↓ 2 callers
Function
fanOutSearch
( queries: string[], engines: SearchEngine[], options: FanOutOptions, )
src/search/multi-query.ts:57
↓ 2 callers
Function
faviconUrlFor
(resultUrl: string)
src/search/core/favicon.ts:8
↓ 2 callers
Function
fileExists
(path: string)
src/cli/tui/entry.ts:60
↓ 2 callers
Function
filterByCategory
( results: T[], _category?: string, )
src/search/filters.ts:76
↓ 2 callers
Function
filterByDateRange
( results: T[], fromDate?: string, toDate?: string, )
src/search/filters.ts:45
↓ 2 callers
Function
filterByLanguage
( results: T[], opts: FilterOptions, )
src/search/language-filter.ts:70
↓ 2 callers
Function
filterByLanguageWithFallback
( results: T[], opts: FilterOptions, )
src/search/language-filter.ts:145
↓ 2 callers
Function
filterDecorativeImages
(markdown: string)
src/extraction/markdown.ts:202
↓ 2 callers
Function
filterManifestEntries
( entries: ManifestEntry[], filter?: string, )
benchmarks/extraction/runner.ts:56
↓ 2 callers
Function
filterQueries
( queries: BenchmarkQuery[], filter?: string, )
benchmarks/search/runner.ts:56
↓ 2 callers
Function
filterTasks
( tasks: AgentTask[], filter?: string, )
benchmarks/agent/runner.ts:66
↓ 2 callers
Function
findAvailablePort
(startPort: number)
src/searxng/process.ts:25
↓ 2 callers
Function
findClampViolation
(tool: string, body: Record<string, unknown>)
src/daemon/rest/limits.ts:87
↓ 2 callers
Function
findGridGroups
(doc: Document)
src/extraction/div-grid.ts:327
↓ 2 callers
Function
findNextFreePort
(from: number, host: string, limit = 50)
src/cli/daemon.ts:60
↓ 2 callers
Function
findingCitation
( brief: ResearchBrief, findingIdx: number, sourceCount: number, )
src/research/render-brief.ts:74
↓ 2 callers
Function
firstNonEmpty
(...values: Array<string | undefined>)
src/extraction/brand.ts:120
↓ 2 callers
Function
firstPriceCueCell
(el: Element)
src/extraction/div-grid.ts:108
↓ 2 callers
Function
foldRerankIntoOrdering
( results: RawSearchResult[], opts: FoldOptions, )
src/search/core/rerank-fold.ts:80
↓ 2 callers
Function
foldTokens
(label: string)
src/extraction/schema.ts:122
↓ 2 callers
Function
fontsFromCssRules
Source 2 — `<style>` block rules targeting `body { font-family: … }` or * `h1, h2 { font-family: … }`. Distinct from inline-style ATTRIBUTES on *
src/extraction/brand.ts:678
↓ 2 callers
Function
fontsFromCssVars
Source 1 — CSS custom properties (`--font-heading`, `--font-body`, …). * Strongest signal: an explicit declaration that names the brand font.
src/extraction/brand.ts:656
↓ 2 callers
Function
forbidden
(reason: string, hint: string)
src/daemon/rest/errors.ts:63
↓ 2 callers
Function
formatAgentResult
(output: AgentOutput)
src/repl/formatters.ts:313
↓ 2 callers
Function
formatDiffResult
(output: DiffOutput & { error?: string })
src/repl/formatters.ts:345
↓ 2 callers
Function
formatEngineHealthLines
(entries: EngineHealthEntry[])
src/cli/doctor.ts:232
↓ 2 callers
Function
formatErrors
(errors: ValidationError[])
src/integrations/cloud/llm/groq.ts:80
↓ 2 callers
Function
formatFindSimilarResult
(output: FindSimilarOutput)
src/repl/formatters.ts:254
↓ 2 callers
Function
formatJson
(data: unknown)
src/repl/formatters.ts:411
↓ 2 callers
Function
formatLocalLlmWarmupLine
(state: { localLlm: string; tier: LocalModelTier | null; })
src/cli/warmup.ts:196
↓ 2 callers
Function
formatPortConflictError
(port: number, host: string)
src/cli/daemon.ts:70
↓ 2 callers
Function
formatResearchResult
(output: ResearchOutput)
src/repl/formatters.ts:282
↓ 2 callers
Function
formatStatus
(bag: StatusBag)
src/cli/tui/status-format.ts:12
↓ 2 callers
Function
formatTlsTierLine
( mode: 'off' | 'auto' | 'on', browser: string, wreqAvailable: boolean, )
src/cli/doctor.ts:303
↓ 2 callers
Function
formatVerifyResultPlain
(result: VerifyEndToEndResult)
src/cli/tui/actions/verify-e2e.ts:500
↓ 2 callers
Function
formatWatchResult
(output: WatchJobOutput & { error?: string })
src/repl/formatters.ts:378
↓ 2 callers
Function
fuzzyScore
(query: string, candidate: string)
src/cli/tui/shell/palette-index.ts:51
↓ 2 callers
Function
gateContent
(markdown: string, queryTerms: string[])
src/research/source-validation.ts:219
↓ 2 callers
Function
generateAgentJsonReport
(report: AgentBenchmarkReport)
benchmarks/agent/report.ts:64
↓ 2 callers
Function
generateAgentMarkdownReport
(report: AgentBenchmarkReport)
benchmarks/agent/report.ts:6
↓ 2 callers
Function
generateJsonReport
(report: BenchmarkReport)
benchmarks/extraction/report.ts:187
↓ 2 callers
Function
generateMarkdownReport
(report: BenchmarkReport)
benchmarks/extraction/report.ts:115
↓ 2 callers
Function
generateSearchJsonReport
(report: SearchBenchmarkReport)
benchmarks/search/report.ts:178
↓ 2 callers
Function
generateSearchMarkdownReport
(report: SearchBenchmarkReport)
benchmarks/search/report.ts:109
↓ 2 callers
Function
generateSearchQueries
(prompt: string)
src/agent/planner.ts:204
↓ 2 callers
Function
generateSettings
(port: number, secretKey?: string)
src/searxng/bootstrap.ts:160
↓ 2 callers
Function
get
(path: string)
tests/unit/daemon/rest-openapi.test.ts:184
↓ 2 callers
Function
getAgentHandler
(id: string)
src/cli/agents/registry.ts:40
↓ 2 callers
Function
getAuthOptions
()
src/fetch/auth.ts:15
↓ 2 callers
Function
getBackgroundIndexQueue
()
src/embedding/background-queue.ts:231
↓ 2 callers
Function
getBackoff
(host: string)
src/cache/store.ts:827
↓ 2 callers
Function
getCacheStatsAction
()
src/cli/tui/actions/cache-stats.ts:18
↓ 2 callers
Function
getCachedHeaders
(url: string)
src/crawl/etag-incremental.ts:17
↓ 2 callers
Method
getCrawlDelay
()
src/crawl/robots.ts:75
↓ 2 callers
Function
getDaemonBrowser
()
src/fetch/playwright-tier.ts:35
↓ 2 callers
Function
getEngineHealthSummary
()
src/search/core/engine-health.ts:121
↓ 2 callers
Method
getExtractors
()
src/plugins/registry.ts:59
↓ 2 callers
Function
getGrade
(url: string, judgments: RelevanceJudgment[], queryId: string)
benchmarks/search/metrics.ts:11
↓ 2 callers
Function
getHashAndStatusForNormalizedUrl
( normalizedUrl: string, )
src/cache/store.ts:231
↓ 2 callers
Function
getHome
()
src/cli/tui/detect-helpers.ts:36
↓ 2 callers
Function
getImageEngines
()
src/search/core/verticals/images.ts:14
↓ 2 callers
Function
getLauncher
(type: BrowserType)
src/fetch/browser-pool.ts:173
↓ 2 callers
Function
getMarkdownForNormalizedUrl
(normalizedUrl: string)
src/cache/store.ts:249
↓ 2 callers
Method
getModel
()
src/embedding/fastembed-provider.ts:35
↓ 2 callers
Function
getOverdueJobs
(now: number = Date.now())
src/watch/store.ts:173
↓ 2 callers
Function
getRegisteredEngineEntries
()
src/search/core/engine-health.ts:111
↓ 2 callers
Method
getSearchEngines
()
src/plugins/registry.ts:63
↓ 2 callers
Function
getSiteExtractors
()
src/extraction/v1/site-extractors.ts:26
↓ 2 callers
Function
getSourceText
(html: string)
src/extraction/schema-truth.ts:38
↓ 2 callers
Method
getState
()
src/plugins/registry.ts:75
↓ 2 callers
Method
getStats
()
src/fetch/browser-pool.ts:232
↓ 2 callers
Function
getStoredBoilerplate
(domain: string)
src/crawl/dedup.ts:150
← previous
next →
801–900 of 3,662, ranked by callers