MCPcopy Create free account

hub / github.com/KnockOutEZ/wigolo / functions

Functions3,662 in github.com/KnockOutEZ/wigolo

↓ 3 callersFunctionhasTemporalIntent
(query: string)
src/search/core/recency-boost.ts:63
↓ 3 callersMethodheaders
()
sdks/typescript/src/client.ts:139
↓ 3 callersMethodhttpClientFetch
* HTTP-tier dispatch that injects a reused clearance `Cookie:` header for the * URL's host (best-effort cross-tier). Every real HTTP dispatch route
src/fetch/router.ts:570
↓ 3 callersFunctionimportConfig
( importPath: string, configPath: string, )
src/cli/tui/actions/export-import-config.ts:121
↓ 3 callersMethodinit
* Boot init: provisions the vector store, runs the legacy-embedding * migration, and surfaces sqlite-vec init failures — WITHOUT touching the *
src/embedding/embed.ts:75
↓ 3 callersFunctioninstallEmbeddings
(reporter: WarmupReporter = noopReporter)
src/cli/warmup.ts:294
↓ 3 callersFunctioninstallSkills
()
src/cli/agents/claude-code.ts:71
↓ 3 callersFunctioninternalError
()
src/daemon/rest/errors.ts:93
↓ 3 callersFunctionisBlockedError
(err: unknown)
src/search/engines/user-agents.ts:40
↓ 3 callersFunctionisCDPReachable
(cdpUrl: string, timeoutMs = DEFAULT_TIMEOUT_MS)
src/fetch/cdp-client.ts:108
↓ 3 callersFunctionisCacheUsable
( cached: CachedContent, opts: CacheLookupOptions = {}, )
src/cache/store.ts:266
↓ 3 callersFunctionisChallengeSkeleton
(html: string | null | undefined)
src/fetch/tls-tier.ts:547
↓ 3 callersFunctionisEntityToken
(token: string)
src/search/core/brand-collision.ts:119
↓ 3 callersFunctionisIndexingEnabled
()
src/crawl/index-to-vec.ts:13
↓ 3 callersFunctionisKnownSpaDomain
(host: string)
src/fetch/router.ts:368
↓ 3 callersFunctionisLoopbackBind
(host: string)
src/daemon/rest/auth.ts:43
↓ 3 callersFunctionisPackagedBinary
()
src/util/packaged.ts:15
↓ 3 callersFunctionisRareTermMiss
(result: RareScorable, rare: RareTerms)
src/search/core/rare-terms.ts:111
↓ 3 callersFunctionisRateLimit
(statusCode: number, html: string | null | undefined)
src/fetch/tls-tier.ts:617
↓ 3 callersFunctionisSymlinkNow
lstat WITHOUT following links — is the leaf a symlink right now?
src/cli/agents/skills/executor.ts:37
↓ 3 callersFunctionisTelemetryEnabled
()
src/cli/telemetry.ts:22
↓ 3 callersFunctionkeychainAccount
(key: string)
src/cli/tui/state/secret-store.ts:48
↓ 3 callersFunctionkeychainDelete
(service: string, user: string)
src/security/keychain.ts:101
↓ 3 callersFunctionkeychainGet
(service: string, user: string)
src/security/keychain.ts:89
↓ 3 callersFunctionkeychainKey
Returns the keychain service name for a given provider.
src/security/key-store.ts:86
↓ 3 callersFunctionkeychainSet
(service: string, user: string, value: string)
src/security/keychain.ts:81
↓ 3 callersFunctionlistJobs
()
src/watch/store.ts:101
↓ 3 callersFunctionlistSessions
()
src/fetch/auth.ts:58
↓ 3 callersFunctionlistSkills
(opts: PlanOptions)
src/cli/agents/skills/executor.ts:779
↓ 3 callersFunctionloadFixtureHtml
(fixturesDir: string, relativePath: string)
benchmarks/extraction/runner.ts:38
↓ 3 callersFunctionloadGoldenMarkdown
(goldenDir: string, relativePath: string)
benchmarks/extraction/runner.ts:47
↓ 3 callersFunctionloadManifest
(manifestPath: string)
benchmarks/extraction/runner.ts:17
↓ 3 callersFunctionloadPlugins
()
src/plugins/loader.ts:50
↓ 3 callersFunctionmakeInstalledHintDecorator
( installedIds: ReadonlySet<string>, )
src/cli/tui/state/agent-install-hints.ts:29
↓ 3 callersFunctionmakeSeededDataDir
()
sdks/typescript/tests/serve-harness.ts:55
↓ 3 callersFunctionmapPassageHeadings
( markdown: string, passages: Passage[], )
src/search/highlights.ts:90
↓ 3 callersFunctionmapUrls
(input: MapInput, fetchFn: LightFetchFn)
src/crawl/mapper.ts:70
↓ 3 callersFunctionmaskApiKey
(value: string)
src/cli/doctor.ts:45
↓ 3 callersFunctionmaybeOllamaHint
(state: { reachable: boolean; llmConfigured: boolean; baseUrl: string; })
src/cli/ollama-probe.ts:25
↓ 3 callersFunctionmaybePrintOllamaHint
(print: (line: string) => void)
src/cli/init.ts:15
↓ 3 callersFunctionnormalize
Internal: normalize a string for substring matching. * - lowercase (case-insensitive match) * - collapse all whitespace (multi-line snippets becom
src/extraction/schema-truth.ts:26
↓ 3 callersFunctionnormalizeForComparison
(text: string)
benchmarks/agent/evaluator.ts:12
↓ 3 callersFunctionnormalizeResultUrl
(input: string)
src/search/url-unwrap.ts:43
↓ 3 callersFunctionparseArgs
Parse skills-subcommand argv. Throws SkillsArgError on malformed flags.
src/cli/skills.ts:90
↓ 3 callersFunctionparseBrowserTypes
(input: string | undefined | null)
src/fetch/browser-types.ts:12
↓ 3 callersFunctionparseCDPResponse
(raw: string)
src/fetch/cdp-client.ts:45
↓ 3 callersFunctionparseInitFlags
(args: readonly string[])
src/cli/tui/flags.ts:251
↓ 3 callersFunctionparseSetupMcpFlags
(args: readonly string[])
src/cli/tui/flags.ts:269
↓ 3 callersMethodpendingSize
()
src/embedding/background-queue.ts:106
↓ 3 callersFunctionplaywrightProxyOption
( proxyUrl: string | null, useProxy: boolean, )
src/fetch/proxy-credentials.ts:35
↓ 3 callersFunctionprobeBrowser
( name: BrowserName, opts: { launchTimeoutMs?: number } = {}, )
src/fetch/browser-probe.ts:55
↓ 3 callersFunctionprobeOllama
( baseUrl: string, fetchImpl: typeof fetch = fetch, timeoutMs: number = DEFAULT_PROBE_TIMEOUT_MS, )
src/cli/ollama-probe.ts:54
↓ 3 callersMethodprocessOne
()
src/embedding/background-queue.ts:159
↓ 3 callersFunctionpromptExtras
(dataDir: string)
src/cli/tui/extras-prompt.ts:28
↓ 3 callersFunctionproviderKeyFromEnv
( p: LLMProvider, env: Record<string, string | undefined>, )
src/integrations/cloud/llm/select.ts:23
↓ 3 callersFunctionpruneBackups
(fs: WritableFs, target: AgentTarget)
src/cli/tui/state/propagation.ts:269
↓ 3 callersFunctionreadEnv
(name: string)
sdks/typescript/src/local.ts:52
↓ 3 callersFunctionreadJsonBodyCapped
(req: IncomingMessage, capBytes: number)
src/daemon/rest/limits.ts:117
↓ 3 callersFunctionreadabilityExtract
(html: string, _url: string)
src/extraction/readability.ts:8
↓ 3 callersFunctionrecordBackoff
(host: string, untilEpochMs: number)
src/cache/store.ts:808
↓ 3 callersFunctionrecordCheck
( id: string, checkedAt: number, contentHash: string, )
src/watch/store.ts:147
↓ 3 callersMethodregisterExtractor
(extractor: Extractor, pluginName: string)
src/plugins/registry.ts:27
↓ 3 callersMethodregisterSearchEngine
(engine: SearchEngine, pluginName: string)
src/plugins/registry.ts:43
↓ 3 callersFunctionregisterSiteExtractor
(extractor: Extractor)
src/extraction/v1/site-extractors.ts:22
↓ 3 callersMethodremove
Remove a stored secret. No-op when absent.
src/cli/tui/state/propagation.ts:75
↓ 3 callersFunctionrequireUrl
(body: Record<string, unknown>)
src/daemon/rest/firecrawl-compat.ts:219
↓ 3 callersFunctionresetAllDomainRouting
()
src/cache/store.ts:938
↓ 3 callersFunctionresetDomainRouting
(host: string)
src/cache/store.ts:926
↓ 3 callersFunctionresolveApiToken
()
src/daemon/rest/auth.ts:21
↓ 3 callersFunctionresolveProbeBaseUrl
( env: Record<string, string | undefined> = process.env, )
src/cli/ollama-probe.ts:40
↓ 3 callersFunctionrunAuth
(args: string[])
src/cli/auth.ts:106
↓ 3 callersFunctionrunCheck
( job: WatchJob, router: SmartRouter, )
src/watch/scheduler.ts:24
↓ 3 callersFunctionrunPluginRemove
(name: string)
src/cli/plugin.ts:292
↓ 3 callersFunctionsanitizeProvider
* Reconstruct a PersistedProvider from ONLY the `name` + `keyLocation` fields, * dropping any other (potentially secret) field a hand-crafted config.
src/persisted-config.ts:191
↓ 3 callersFunctionsave
(opts: SaveOpts)
src/cli/tui/state/propagation.ts:290
↓ 3 callersFunctionscheduleOverdueCheck
(router: SmartRouter)
src/watch/scheduler.ts:175
↓ 3 callersMethodscreenshot
(options?: { fullPage?: boolean })
src/fetch/action-executor.ts:19
↓ 3 callersFunctionsearchCache
(query: string)
src/cache/store.ts:279
↓ 3 callersFunctionsearchCacheFiltered
(options: { query?: string; urlPattern?: string; since?: string; limit?: number; })
src/cache/store.ts:435
↓ 3 callersFunctionselectAgents
(detected: DetectedAgent[])
src/cli/tui/select-agents.ts:11
↓ 3 callersMethodselectForHostname
(hostname: string)
src/fetch/browser-selector.ts:49
↓ 3 callersFunctionskillsDataDir
()
src/cli/agents/skills/receipts.ts:45
↓ 3 callersFunctionsortByRRFScore
( scores: Map<string, number>, )
src/search/rrf.ts:40
↓ 3 callersFunctionsortSitemapEntries
(entries: T[])
src/crawl/sitemap.ts:48
↓ 3 callersFunctionspawnServe
(opts: SpawnServeOptions)
sdks/typescript/tests/serve-harness.ts:85
↓ 3 callersFunctionsplitFontFamilyList
(value: string)
src/extraction/brand.ts:632
↓ 3 callersFunctionsplitUserinfo
(raw: string)
src/fetch/proxy-credentials.ts:68
↓ 3 callersFunctionstatusForCrawlCacheError
(errorKey: string)
src/daemon/rest/errors.ts:153
↓ 3 callersFunctionstealthForBrowser
( config: Pick<Config, 'stealth'>, ctx: { antiBotEscalation: boolean }, )
src/fetch/router.ts:428
↓ 3 callersFunctionstopContainer
(name: string)
src/searxng/docker.ts:59
↓ 3 callersFunctionstringField
(value: unknown)
src/extraction/v1/schemas/Product.ts:116
↓ 3 callersFunctionstripAnsi
(text: string)
src/cli/tui/format.ts:33
↓ 3 callersFunctionstripMarkdownLinks
(text: string)
src/research/brief.ts:409
↓ 3 callersFunctionsummarizeSetup
(components: ComponentStatus[])
src/cli/tui/actions/setup-status.ts:43
↓ 3 callersFunctionsynthesizeLocal
( question: string, sources: LocalSynthesisSource[], opts: LocalSynthesisOptions = {}, )
src/research/synthesis-local.ts:37
↓ 3 callersFunctiontextLen
(el: Element | null)
src/extraction/v1/content-root.ts:9
↓ 3 callersFunctiontextOf
(el: Element | null | undefined)
src/search/core/rss/feed-parser.ts:20
↓ 3 callersFunctiontoString
(value: unknown)
src/extraction/site-extractors/youtube.ts:165
↓ 3 callersFunctiontokenOverlap
(extracted: string[], golden: string[])
benchmarks/extraction/tokenizer.ts:113
↓ 3 callersFunctiontokenize
(text: string)
benchmarks/extraction/tokenizer.ts:47
← previousnext →501–600 of 3,662, ranked by callers