MCPcopy Create free account

hub / github.com/ruvnet/ruflo / functions

Functions18,477 in github.com/ruvnet/ruflo

↓ 19 callersFunctionparseVersion
(version: string)
v3/@claude-flow/plugins/src/registry/dependency-graph.ts:41
↓ 19 callersFunctionpoincareDistance
(x: Float32Array, y: Float32Array, c: number)
v3/plugins/hyperbolic-reasoning/src/types.ts:598
↓ 19 callersMethodsave
(claim: IssueClaimWithStealing)
v3/@claude-flow/claims/src/domain/types.ts:471
↓ 19 callersMethodsnapshot
Get an accessibility snapshot with refs.
v3/@claude-flow/browser/src/domain/browser-adapter.ts:43
↓ 19 callersMethodtable
(options: TableOptions)
v3/@claude-flow/cli-core/src/output.ts:216
↓ 19 callersMethodvote
(proposalId: string, vote: ConsensusVote)
v3/@claude-flow/swarm/src/types.ts:491
↓ 19 callersMethodwithHooks
(hooks: HookDefinition[])
v3/@claude-flow/plugins/src/sdk/index.ts:147
↓ 18 callersMethodbuildCodeGraph
* Build code graph from files
v3/plugins/code-intelligence/src/types.ts:723
↓ 18 callersMethodcreateFleet
(options: CreateFleetOptions)
v3/@claude-flow/plugin-iot-cognitum/src/application/iot-coordinator.ts:489
↓ 18 callersFunctiondispatchInbound
( address: string, message: AgentMessage, deps: InboundDispatchDeps, )
v3/@claude-flow/plugin-agent-federation/src/application/inbound-dispatcher.ts:115
↓ 18 callersFunctionendpoint
(fetcher: FetchFn, baseUrl: string)
ruflo/src/ruvocal/src/lib/APIClient.ts:71
↓ 18 callersFunctionerrorResult
(error: string | Error, metadata?: MCPToolResult['metadata'])
v3/plugins/healthcare-clinical/src/types.ts:614
↓ 18 callersMethodexport
* Export Q-table for persistence
v3/@claude-flow/cli/src/ruvector/q-learning-router.ts:694
↓ 18 callersFunctiongetIntelligenceStats
()
v3/@claude-flow/cli/src/memory/intelligence.ts:1245
↓ 18 callersFunctiongetObject
(idx)
ruflo/src/ruvocal/static/wasm/rvagent_wasm.js:1323
↓ 18 callersMethodgetTopicPath
Get the path to a topic file
v3/@claude-flow/memory/src/auto-memory-bridge.ts:262
↓ 18 callersMethodisExpired
(claim: Claim)
v3/@claude-flow/claims/tests/claim-service.test.ts:97
↓ 18 callersFunctionl2Normalize
( embedding: Float32Array | number[], epsilon = 1e-12 )
v3/@claude-flow/embeddings/src/normalization.ts:37
↓ 18 callersMethodread
(key: string, namespace?: string)
v3/@claude-flow/guidance/src/ruvbot-integration.ts:60
↓ 18 callersFunctionreadFile
(path: string)
v3/@claude-flow/testing/src/helpers/setup-teardown.ts:529
↓ 18 callersFunctionreadFileMaybeEncrypted
( path: string, encoding: BufferEncoding | null = 'utf-8', )
v3/@claude-flow/cli/src/fs-secure.ts:118
↓ 18 callersMethodrecordTokenUsage
* Record token consumption.
v3/@claude-flow/guidance/src/coherence.ts:353
↓ 18 callersMethodtransform
(transformer: (data: unknown) => unknown)
v3/@claude-flow/plugins/src/sdk/index.ts:437
↓ 18 callersFunctionvalidatePath
(p: string, label: string)
v3/@claude-flow/cli/__tests__/security-audit.test.ts:46
↓ 17 callersMethodacquire
()
v3/mcp/types.ts:411
↓ 17 callersFunctionanalyzeClaudeMd
(content: string)
v3/@claude-flow/codex/src/migrations/index.ts:548
↓ 17 callersFunctionassert
(c, l, r = '')
scripts/smoke-graph-plugin-adapter.mjs:25
↓ 17 callersFunctionassertEqual
(actual: T, expected: T, label: string)
v3/@claude-flow/cli/src/benchmarks/gaia-causal-memory.smoke.ts:64
↓ 17 callersFunctionbaseMsg
(sourceNodeId: string | undefined, type = 'task')
v3/@claude-flow/plugin-agent-federation/__tests__/unit/inbound-dispatcher.test.ts:69
↓ 17 callersMethodbenchmark
* Benchmark Flash Attention vs baseline attention * @returns Comprehensive benchmark results with speedup metrics
v3/@claude-flow/performance/src/attention-integration.ts:242
↓ 17 callersFunctionbuildDependencyGraph
( rootDir: string, options: { include?: string[]; exclude?: string[]; maxDepth?: number; s
v3/@claude-flow/cli/src/ruvector/graph-analyzer.ts:325
↓ 17 callersFunctionbuildSubtree
(conv: Tree<T>, id: TreeId)
ruflo/src/ruvocal/src/lib/utils/tree/buildSubtree.ts:3
↓ 17 callersFunctioncomputeStatus
* Compute the temporal status of an assertion at a given reference time. * * Priority order: * 1. retracted (retractedAt is set) * 2. superseded (
v3/@claude-flow/guidance/src/temporal.ts:872
↓ 17 callersFunctioncreateCFP
(options: { name: string; description: string; patterns: PatternCollection; author?: { id: string; dis
v3/@claude-flow/cli/src/transfer/serialization/cfp.ts:16
↓ 17 callersFunctioncreateMockAgent
( id: string, type: AgentType = 'coder', status: AgentState['status'] = 'idle' )
v3/@claude-flow/swarm/__tests__/queen-coordinator.test.ts:87
↓ 17 callersMethodcreateTask
* Create a new task
v3/@claude-flow/shared/src/core/interfaces/task.interface.ts:143
↓ 17 callersFunctioncreateTopologyManager
(config?: Partial<TopologyConfig>)
v3/@claude-flow/swarm/src/topology-manager.ts:654
↓ 17 callersMethoddescription
()
v3/@claude-flow/swarm/src/domain/entities/task.js:69
↓ 17 callersMethoddiscoverRegistry
* Discover and load the pattern registry
v3/@claude-flow/cli/src/transfer/store/discovery.ts:61
↓ 17 callersMethodescapeIdentifier
* Escape SQL identifier.
v3/@claude-flow/plugins/src/integrations/ruvector/streaming.ts:1290
↓ 17 callersMethodevaluateWithHistory
* Evaluate and record the decision in history. * * This method also checks the cooldown period — if called too soon * after the last evaluati
v3/@claude-flow/guidance/src/continue-gate.ts:316
↓ 17 callersFunctionfail
(error: string, extra: Record<string, unknown> = {})
v3/@claude-flow/cli/src/mcp-tools/browser-session-tools.ts:73
↓ 17 callersFunctionget
(target, prop, receiver)
ruflo/src/ruvocal/src/lib/server/config.ts:168
↓ 17 callersMethodgetBufferSize
()
v3/@claude-flow/plugin-agent-federation/src/domain/services/audit-service.ts:200
↓ 17 callersFunctiongetTrustBasedRateLimit
(score: number, baseLimit: number)
v3/@claude-flow/guidance/src/trust.ts:581
↓ 17 callersMethodinit
()
v3/plugins/perf-optimizer/src/types.ts:614
↓ 17 callersMethodinitialize
* Initialize the plugin * @param context Plugin context with hooks and services
v3/@claude-flow/shared/src/plugins/types.ts:63
↓ 17 callersMethodinitialize
()
v3/plugins/gastown-bridge/src/index.ts:183
↓ 17 callersMethodisConnected
()
v3/@claude-flow/plugins/src/integrations/ruvector/types.ts:1741
↓ 17 callersMethodisInitialized
()
v3/@claude-flow/swarm/src/coordination/swarm-hub.ts:65
↓ 17 callersMethodisReady
()
v3/plugins/test-intelligence/src/types.ts:428
↓ 17 callersFunctionloadState
()
v3/@claude-flow/cli/src/update/rate-limiter.ts:37
↓ 17 callersFunctionresetRegistry
()
plugins/ruflo-graph-intelligence/src/domain/adapter.ts:90
↓ 17 callersMethodretrieve
(id: string)
v3/src/shared/types/index.ts:326
↓ 17 callersMethodrunWorker
* Run a specific worker immediately
v3/@claude-flow/hooks/src/workers/index.ts:891
↓ 17 callersMethodshutdown
()
v3/@claude-flow/plugins/src/workers/index.ts:304
↓ 17 callersMethodstage
* Create a staged rollout plan for a proposal.
v3/@claude-flow/guidance/src/evolution.ts:454
↓ 17 callersMethodsyncToAutoMemory
* Sync high-confidence AgentDB entries to auto memory files. * Called on session-end or periodically.
v3/@claude-flow/memory/src/auto-memory-bridge.ts:295
↓ 17 callersFunctiontoPositiveInt
(value: unknown)
v3/@claude-flow/cli/__tests__/github-tools-injection.test.ts:23
↓ 17 callersMethodupdate
(claim: Claim)
v3/@claude-flow/claims/tests/work-stealing-service.test.ts:90
↓ 17 callersFunctionvalidateNumber
( input: unknown, options?: { min?: number; max?: number; integer?: boolean; } )
v3/@claude-flow/plugins/src/security/index.ts:48
↓ 17 callersMethodverify
(password: string, hash: string)
v3/@claude-flow/security/__tests__/unit/password-hasher.test.ts:16
↓ 17 callersFunctionzeroVectorClock
()
v3/@claude-flow/claims/src/infrastructure/vector-clock.ts:26
↓ 16 callersFunctionGET
(event)
ruflo/src/ruvocal/src/routes/login/+server.ts:3
↓ 16 callersMethodabort
(conversationId: string)
ruflo/src/ruvocal/src/lib/server/abortRegistry.ts:36
↓ 16 callersMethodadapt
(performance: number)
v3/plugins/ruvector-upstream/src/bridges/cognitive.ts:68
↓ 16 callersMethodappendTrajectory
Append a trajectory record (append-only, never overwritten)
v3/@claude-flow/memory/src/rvf-learning-store.ts:228
↓ 16 callersMethodapply
(event: DomainEvent)
v3/@claude-flow/shared/src/events/state-reconstructor.ts:19
↓ 16 callersFunctionassert
(c, l, r = '')
scripts/smoke-graph-pathfinder.mjs:27
↓ 16 callersFunctionbrowser
* Execute agent-browser command. * * The `command` argument is split on whitespace into discrete tokens so that * execFileSync can receive an argv
v3/@claude-flow/browser/tests/e2e/browser-e2e.test.ts:21
↓ 16 callersFunctioncheck
(label: string, condition: boolean)
v3/@claude-flow/cli/src/benchmarks/gaia-judge.ts:487
↓ 16 callersMethodcheckCoherence
(vectors: Float64Array, threshold: number)
v3/plugins/prime-radiant/__tests__/wasm-bridge.test.ts:23
↓ 16 callersFunctionclamp
* Clamp a number to the range [min, max].
v3/@claude-flow/guidance/src/uncertainty.ts:853
↓ 16 callersMethodcolor
(text: string, ...colors: ColorName[])
v3/@claude-flow/cli-core/src/output.ts:110
↓ 16 callersFunctioncompareVersions
(a: string, b: string)
v3/@claude-flow/plugins/src/registry/dependency-graph.ts:55
↓ 16 callersFunctioncreateDomainEvent
( type: T['type'], aggregateId: string, aggregateType: T['aggregateType'], payload: T['payload'], me
v3/@claude-flow/shared/src/events/domain-events.ts:356
↓ 16 callersFunctioncreateEvent
( type: EventType, source: AgentId | 'swarm', payload: T )
v3/@claude-flow/shared/src/events.ts:274
↓ 16 callersFunctioncreateMockBackend
(entries: MemoryEntry[] = [])
v3/@claude-flow/memory/src/agent-memory-scope.test.ts:43
↓ 16 callersFunctioncreateMockPatterns
()
v3/@claude-flow/cli/__tests__/plugins-transfer-deep.test.ts:469
↓ 16 callersFunctioncreateSampleBead
(overrides: Partial<Bead> = {})
v3/plugins/gastown-bridge/tests/bridges.test.ts:286
↓ 16 callersFunctioncreateTestEntry
(overrides: Partial<MemoryEntry> = {})
v3/@claude-flow/memory/src/learning-bridge.test.ts:97
↓ 16 callersMethoddelete
Delete a checkpoint
v3/@claude-flow/integration/src/long-running-worker.ts:107
↓ 16 callersMethoddelete
(key: string, namespace?: string)
v3/@claude-flow/guidance/src/ruvbot-integration.ts:62
↓ 16 callersMethoddelete
* Delete from bank
v3/@claude-flow/shared/src/core/interfaces/memory.interface.ts:202
↓ 16 callersMethoddelete
(id: string)
v3/@claude-flow/plugins/examples/ruvector-plugins/shared/vector-utils.ts:22
↓ 16 callersMethodemit
(event: T, data: RuVectorEvent<T>['data'])
v3/@claude-flow/plugins/__tests__/ruvector-integration.test.ts:124
↓ 16 callersMethodemit
(event: T, data: RuVectorEvent<T>['data'])
v3/@claude-flow/plugins/__tests__/ruvector-bridge.test.ts:192
↓ 16 callersFunctionenforceBudget
( budget: Budget, hopCount: number, spent: { tokens: number; usd: number } = { tokens: 0, usd: 0 }, )
v3/@claude-flow/plugin-agent-federation/src/domain/value-objects/federation-budget.ts:184
↓ 16 callersMethodexecutePreTask
* Execute pre-task hook manually
v3/@claude-flow/shared/src/hooks/task-hooks.ts:447
↓ 16 callersFunctionfail
(msg, detail)
scripts/smoke-plugin-registry-signature.mjs:66
↓ 16 callersFunctionfail
(msg)
scripts/smoke-statusline-generator-delegation.mjs:35
↓ 16 callersMethodfail
* Mark task as failed
v3/src/task-execution/domain/Task.ts:75
↓ 16 callersFunctiongenerateClaudeMd
(options: InitOptions, template?: ClaudeMdTemplate)
v3/@claude-flow/cli/src/init/claudemd-generator.ts:370
↓ 16 callersFunctiongetDataViewMemory0
()
v3/@claude-flow/guidance/wasm-pkg/guidance_kernel.js:239
↓ 16 callersMethodgetPlugin
(name: string)
v3/@claude-flow/plugins/src/registry/plugin-registry.ts:470
↓ 16 callersMethodinitialize
Initialize the mode
v3/@claude-flow/neural/src/modes/index.d.ts:14
↓ 16 callersFunctionisEncryptedBlob
(blob: Buffer)
v3/@claude-flow/cli/src/encryption/vault.ts:188
↓ 16 callersFunctionisNormalized
( embedding: Float32Array | number[], tolerance = 1e-6 )
v3/@claude-flow/embeddings/src/normalization.ts:228
↓ 16 callersMethodlist
* Enumerate entries (with optional namespace + tag filtering). * Does NOT increment accessCount.
v3/@claude-flow/cli-core/src/memory/backend.ts:95
↓ 16 callersMethodloadCollection
* Load a plugin collection.
v3/@claude-flow/plugins/src/collections/collection-manager.ts:123
← previousnext →501–600 of 18,477, ranked by callers