Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ruvnet/ruflo
/ functions
Functions
18,477 in github.com/ruvnet/ruflo
⨍
Functions
18,477
◇
Types & classes
6,101
↓ 42 callers
Method
run
(name: string, fn: () => void | Promise<void>, options: BenchmarkOptions = {})
v3/@claude-flow/memory/framework/benchmark.ts:27
↓ 42 callers
Method
run
* Run a single benchmark and add to results
v3/@claude-flow/performance/src/framework/benchmark.ts:332
↓ 42 callers
Method
updateOne
( filter: Record<string, unknown>, update: Record<string, unknown>, options?: { upsert?: boolean } )
ruflo/src/ruvocal/src/lib/server/database/rvf.ts:553
↓ 41 callers
Method
clear
()
v3/@claude-flow/memory/src/domain/repositories/memory-repository.interface.ts:119
↓ 41 callers
Method
consolidate
(ewcState: EWCState)
v3/plugins/ruvector-upstream/src/bridges/sona.ts:82
↓ 41 callers
Method
delete
* Delete a cached value * @param key Cache key
v3/plugins/prime-radiant/src/interfaces.ts:607
↓ 41 callers
Function
makeEntry
(overrides: Partial<MemoryEntry> = {})
tests/rvf-backend.test.ts:20
↓ 41 callers
Function
satisfiesVersion
(range: string, version: string)
v3/@claude-flow/plugins/src/registry/dependency-graph.ts:82
↓ 41 callers
Method
shutdown
()
v3/@claude-flow/swarm/src/types.ts:521
↓ 41 callers
Function
validateEffect
( originalContent: string, optimizedContent: string, options: { executor?: IHeadlessExecutor; ta
v3/@claude-flow/guidance/src/analyzer.ts:2336
↓ 40 callers
Function
createMockEvent
(overrides: Partial<RunEvent> = {})
v3/@claude-flow/guidance/tests/persistence.test.ts:22
↓ 40 callers
Method
execute
(task: SwarmTask)
v3/@claude-flow/testing/src/helpers/swarm-instance.ts:43
↓ 40 callers
Method
free
()
v3/@claude-flow/cli/src/services/ruvector-training.ts:200
↓ 40 callers
Function
getRegistry
()
plugins/ruflo-graph-intelligence/src/domain/adapter.ts:84
↓ 40 callers
Method
query
(text: string, values?: unknown[])
v3/@claude-flow/plugins/src/integrations/ruvector/streaming.ts:50
↓ 39 callers
Function
createTestUser
()
ruflo/src/ruvocal/src/lib/server/api/__tests__/testHelpers.ts:17
↓ 39 callers
Method
get
* Get a cached value * @param key Cache key * @returns Cached value or undefined
v3/plugins/prime-radiant/src/interfaces.ts:586
↓ 39 callers
Method
healthCheck
Perform health check
v3/@claude-flow/memory/src/types.ts:355
↓ 39 callers
Method
updateProgress
(worker, progress, phase)
v3/@claude-flow/swarm/src/workers/worker-dispatch.js:807
↓ 39 callers
Method
updateProgress
(worker: WorkerInstance, progress: number, phase: string)
v3/@claude-flow/swarm/src/workers/worker-dispatch.ts:1032
↓ 38 callers
Function
check
(label, ok, detail = '')
scripts/smoke-neural-trader-feature-attribution.mjs:57
↓ 38 callers
Function
createResult
* Helper to create MCP tool result
v3/@claude-flow/cli/src/mcp-tools/transfer-tools.ts:15
↓ 38 callers
Method
disconnect
()
v3/@claude-flow/plugins/src/integrations/ruvector/types.ts:1740
↓ 38 callers
Method
getStats
Get mode-specific stats
v3/@claude-flow/neural/src/modes/index.d.ts:24
↓ 38 callers
Method
getStats
()
v3/mcp/types.ts:415
↓ 38 callers
Function
makeEvent
( aggregateId: string, type: string, timestampOverride?: number, )
tests/rvf-event-log.test.ts:54
↓ 38 callers
Method
search
(query: Float32Array, k?: number)
v3/@claude-flow/cli/src/ruvector/vector-db.ts:24
↓ 38 callers
Method
timeout
()
v3/@claude-flow/swarm/src/domain/entities/task.js:105
↓ 37 callers
Function
createMockContext
(overrides = {})
v3/plugins/code-intelligence/tests/mcp-tools.test.ts:91
↓ 37 callers
Function
createMockContext
(overrides = {})
v3/plugins/legal-contracts/tests/mcp-tools.test.ts:93
↓ 37 callers
Function
createMockTask
( id: string, type: TaskType = 'coding', priority: TaskPriority = 'normal' )
v3/@claude-flow/swarm/__tests__/queen-coordinator.test.ts:149
↓ 37 callers
Method
delete
Delete session
v3/@claude-flow/shared/src/hooks/session-hooks.ts:126
↓ 36 callers
Function
abBenchmark
( claudeMdContent: string, options: { executor?: IHeadlessExecutor; tasks?: ABTask[]; proofKey
v3/@claude-flow/guidance/src/analyzer.ts:3139
↓ 36 callers
Function
createMockContext
(overrides = {})
v3/plugins/financial-risk/tests/mcp-tools.test.ts:62
↓ 36 callers
Method
delete
(key: string)
v3/@claude-flow/plugins/src/types/index.ts:168
↓ 36 callers
Method
emitEvent
(event: EmbeddingEvent)
v3/@claude-flow/embeddings/src/rvf-embedding-service.ts:304
↓ 36 callers
Method
processWorkPhase
* Process work phase with minimal overhead * Actual task work is performed via worker callbacks and hooks * @param ms - Target processing time (
v3/@claude-flow/swarm/src/workers/worker-dispatch.ts:1047
↓ 36 callers
Method
simulateWork
(ms)
v3/@claude-flow/swarm/src/workers/worker-dispatch.js:816
↓ 35 callers
Function
benchmark
(name: string, fn: () => void, iterations = 10000)
v3/@claude-flow/guidance/tests/benchmark.test.ts:64
↓ 35 callers
Method
clear
()
v3/@claude-flow/plugins/src/types/index.ts:170
↓ 35 callers
Function
createTestTrajectory
( quality: number = 0.75, domain: 'code' | 'creative' | 'reasoning' | 'chat' | 'math' | 'general' = 'code'
v3/@claude-flow/neural/__tests__/patterns.test.ts:28
↓ 35 callers
Method
error
(message: string, ...args: unknown[])
v3/plugins/agentic-qe/src/interfaces.ts:1061
↓ 35 callers
Method
parseDiff
(diffContent: string)
v3/@claude-flow/cli/src/ruvector/diff-classifier.ts:103
↓ 35 callers
Method
register
* Register the plugin with claude-flow * Called once when plugin is loaded
v3/plugins/prime-radiant/src/interfaces.ts:543
↓ 35 callers
Function
test
()
v3/@claude-flow/cli/src/transfer/test-seraphine.ts:14
↓ 34 callers
Method
create
* Create a new backend instance
v3/@claude-flow/shared/src/plugin-interface.ts:338
↓ 34 callers
Function
createMockContext
(overrides: Record<string, unknown> = {})
v3/plugins/healthcare-clinical/tests/mcp-tools.test.ts:92
↓ 34 callers
Function
createTestTrajectory
(steps: number = 5)
v3/@claude-flow/neural/__tests__/algorithms.test.ts:23
↓ 34 callers
Function
euclideanToPoincare
( euclidean: Float32Array | number[], config: HyperbolicConfig = {} )
v3/@claude-flow/embeddings/src/hyperbolic.ts:75
↓ 34 callers
Function
expectValidCommand
(cmd: Command, expectedName: string)
v3/@claude-flow/cli/__tests__/commands-deep.test.ts:102
↓ 34 callers
Method
getStats
()
v3/@claude-flow/swarm/src/types.ts:504
↓ 34 callers
Method
insertMany
( docs: Array<Partial<T> & Record<string, unknown>> )
ruflo/src/ruvocal/src/lib/server/database/rvf.ts:542
↓ 34 callers
Method
set
(key: string, value: T)
v3/@claude-flow/testing/src/helpers/test-utils.ts:585
↓ 34 callers
Method
storePattern
(params: { pattern: string; solution: string; category: string; confidence: number; metada
v3/@claude-flow/integration/src/sona-adapter.ts:34
↓ 34 callers
Function
systemConfigToV3Config
(systemConfig: SystemConfig)
v3/@claude-flow/cli/src/config-adapter.ts:12
↓ 34 callers
Function
validateString
(value: unknown, name: string, maxLen = MAX_STRING_LENGTH)
v3/@claude-flow/cli/src/mcp-tools/agentdb-tools.ts:23
↓ 33 callers
Method
addEventListener
* Add an event listener
v3/@claude-flow/neural/src/sona-manager.ts:671
↓ 33 callers
Method
clear
()
v3/mcp/types.ts:418
↓ 33 callers
Function
createDatabase
( path: string, options: DatabaseOptions = {} )
v3/@claude-flow/memory/src/database-provider.ts:230
↓ 33 callers
Method
encode
* Encode a vector using quantization
v3/@claude-flow/memory/src/hnsw-index.ts:1137
↓ 33 callers
Method
getForEvent
* Get all hooks for an event, sorted by priority (highest first)
v3/@claude-flow/hooks/src/registry/index.ts:93
↓ 33 callers
Function
getRegistry
* Lazily initialize the ControllerRegistry singleton. * Returns null if @claude-flow/memory is not available.
v3/@claude-flow/cli/src/memory/memory-bridge.ts:81
↓ 33 callers
Function
log
(msg: string)
v3/@claude-flow/cli/src/commands/gaia-bench.ts:341
↓ 33 callers
Function
makeAuthority
(overrides: Partial<MemoryAuthority> = {})
v3/@claude-flow/guidance/tests/memory-gate.test.ts:17
↓ 33 callers
Method
process
* Process commit message manually
v3/@claude-flow/shared/src/hooks/safety/git-commit.ts:560
↓ 33 callers
Method
registerMCPTools
* Register MCP tool definitions. * Called during initialization to expose tools to Claude.
v3/@claude-flow/plugins/src/core/plugin-interface.ts:87
↓ 33 callers
Function
scale
* Scales a vector by a scalar.
v3/@claude-flow/plugins/src/integrations/ruvector/hyperbolic.ts:75
↓ 33 callers
Method
toArray
()
ruflo/src/ruvocal/src/lib/server/database/rvf.ts:953
↓ 33 callers
Method
verify
(sig: Uint8Array, msg: Uint8Array, pub: Uint8Array)
v3/@claude-flow/security/src/plugins/integrity-verifier.ts:254
↓ 32 callers
Method
addIssue
(issue: Issue)
v3/plugins/gastown-bridge/tests/convoy.test.ts:103
↓ 32 callers
Method
close
()
v3/@claude-flow/cli/src/business-pods/bbs-budget-tracker.ts:41
↓ 32 callers
Method
countDocuments
(filter: Record<string, unknown> = {})
ruflo/src/ruvocal/src/lib/server/database/rvf.ts:655
↓ 32 callers
Method
get
* Get an agent by ID
v3/@claude-flow/shared/src/core/interfaces/agent.interface.ts:130
↓ 32 callers
Method
getScore
* Get the current trust score for an agent.
v3/@claude-flow/guidance/src/trust.ts:532
↓ 32 callers
Method
initialize
()
v3/plugins/hyperbolic-reasoning/src/types.ts:512
↓ 32 callers
Method
now
()
v3/@claude-flow/claims/tests/work-stealing-service.test.ts:114
↓ 32 callers
Method
registerAll
* Register all guidance hooks on the given registry. * * Returns the array of generated hook IDs for tracking.
v3/@claude-flow/guidance/src/hooks.ts:172
↓ 32 callers
Method
stats
* Backend health + size summary. Used by `memory stats` CLI subcommand.
v3/@claude-flow/cli-core/src/memory/backend.ts:106
↓ 31 callers
Function
approx
(a, b, eps = 0.0001)
v3/@claude-flow/cli/plugins/ruflo-metaharness/scripts/test-similarity.mjs:46
↓ 31 callers
Function
approx
(a, b, eps = 0.0001)
plugins/ruflo-metaharness/scripts/test-similarity.mjs:46
↓ 31 callers
Function
authCondition
(locals: App.Locals)
ruflo/src/ruvocal/src/lib/server/auth.ts:187
↓ 31 callers
Method
clear
* Clear all tasks from the queue
v3/@claude-flow/shared/src/core/interfaces/task.interface.ts:118
↓ 31 callers
Method
compile
* Compile guidance files into a policy bundle
v3/@claude-flow/guidance/src/compiler.ts:102
↓ 31 callers
Method
ensureAvailable
()
v3/plugins/teammate-plugin/src/teammate-bridge.ts:2101
↓ 31 callers
Method
getEvents
(aggregateId: string, fromVersion?: number)
v3/@claude-flow/shared/src/events.ts:42
↓ 31 callers
Method
parseCoverage
(data: unknown, format: 'lcov' | 'istanbul' | 'cobertura' | 'json' = 'json')
v3/@claude-flow/cli/src/ruvector/coverage-router.ts:104
↓ 31 callers
Method
withAuthor
(author: string)
v3/@claude-flow/plugins/src/sdk/index.ts:93
↓ 31 callers
Method
withHandler
(handler: HookHandler)
v3/@claude-flow/plugins/src/sdk/index.ts:447
↓ 30 callers
Function
__resetNeuralRouterForTests
()
v3/@claude-flow/cli/src/ruvector/neural-router.ts:952
↓ 30 callers
Method
count
()
ruflo/src/ruvocal/src/lib/wasm/index.ts:27
↓ 30 callers
Function
createMockEvent
(overrides: Partial<RunEvent> = {})
v3/@claude-flow/guidance/tests/ledger.test.ts:14
↓ 30 callers
Method
isEnabled
()
v3/@claude-flow/cli/src/services/ruvector-training.ts:39
↓ 30 callers
Method
keys
* List all keys matching a pattern
v3/@claude-flow/shared/src/core/interfaces/memory.interface.ts:118
↓ 30 callers
Method
scan
(code: string)
v3/@claude-flow/security/__tests__/acceptance/security-compliance.test.ts:26
↓ 30 callers
Method
withTags
(tags: string[])
v3/@claude-flow/plugins/src/sdk/index.ts:113
↓ 29 callers
Method
analyzeTask
* Analyze a task for optimal execution * * @param task - Task to analyze * @returns Task analysis with recommendations
v3/@claude-flow/swarm/src/queen-coordinator.ts:591
↓ 29 callers
Function
applyCodemod
( intent: string, code: string, opts: ApplyCodemodOptions = {}, )
v3/@claude-flow/cli/src/ruvector/codemods/engine.ts:313
↓ 29 callers
Function
errorResult
(error: Error | string)
v3/plugins/hyperbolic-reasoning/src/types.ts:544
↓ 29 callers
Function
generateClaudeMd
(profile: ProjectProfile)
v3/@claude-flow/guidance/src/generators.ts:142
↓ 29 callers
Method
get
(runId: string)
plugins/ruflo-arena/src/persistence/run-store.ts:16
← previous
next →
201–300 of 18,477, ranked by callers