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
↓ 3 callers
Method
getTrajectory
* Get a trajectory by ID
v3/@claude-flow/neural/src/sona-manager.ts:351
↓ 3 callers
Method
getUrl
Get URL / title / text.
v3/@claude-flow/browser/src/domain/browser-adapter.ts:55
↓ 3 callers
Method
getUtilization
()
v3/@claude-flow/swarm/src/agent-pool.ts:260
↓ 3 callers
Method
getUtilization
* Calculate agent utilization (0-1)
v3/@claude-flow/swarm/src/domain/entities/agent.ts:334
↓ 3 callers
Function
getValidStatusTransitions
(currentStatus: ExtendedClaimStatus)
v3/@claude-flow/claims/src/domain/types.ts:815
↓ 3 callers
Method
getWitnessChain
* Get the witness chain for a memory entry. * Delegates to AgentDB's getWitnessChain when available.
v3/@claude-flow/memory/src/hybrid-backend.ts:759
↓ 3 callers
Method
getWorker
(workerId: string)
v3/@claude-flow/plugins/src/workers/index.ts:300
↓ 3 callers
Function
ggufString
* Write a GGUF string field: [length u64 LE][utf-8 bytes].
v3/__tests__/appliance/gguf-engine.test.ts:29
↓ 3 callers
Method
grant
* Grant a new root capability. * * Creates a capability with no parent (it is a root grant from an * authority to an agent).
v3/@claude-flow/guidance/src/capabilities.ts:127
↓ 3 callers
Method
handleCommit
(message: ByzantineMessage)
v3/@claude-flow/swarm/src/consensus/byzantine.ts:371
↓ 3 callers
Method
handleVoteRequest
( candidateId: string, term: number, lastLogIndex: number, lastLogTerm: number )
v3/@claude-flow/swarm/src/consensus/raft.ts:491
↓ 3 callers
Method
handle_message
(message: string)
ruflo/src/ruvocal/src/lib/wasm/index.ts:10
↓ 3 callers
Function
hasCommand
(name: string)
v3/@claude-flow/cli/src/commands/index.ts:325
↓ 3 callers
Method
hasConventionalPrefix
* Check if message has conventional commit prefix
v3/@claude-flow/shared/src/hooks/safety/git-commit.ts:449
↓ 3 callers
Function
hasGCSCredentials
()
v3/@claude-flow/cli/src/transfer/storage/gcs.ts:343
↓ 3 callers
Method
hasPII
* Check if input contains PII
v3/@claude-flow/aidefence/src/index.ts:96
↓ 3 callers
Method
hasPathTo
* Check if there's a path from source to target
v3/plugins/prime-radiant/src/engines/CausalEngine.ts:373
↓ 3 callers
Method
hasPlugin
* Check if a plugin exists in the graph.
v3/@claude-flow/plugins/src/registry/dependency-graph.ts:239
↓ 3 callers
Method
hasTool
(name: string)
v3/@claude-flow/mcp/src/tool-registry.ts:169
↓ 3 callers
Function
hash
* Hash a string for consistent pseudonymization
v3/@claude-flow/cli/src/transfer/anonymization/index.ts:45
↓ 3 callers
Method
hashAction
(action)
v3/@claude-flow/neural/src/algorithms/sarsa.js:209
↓ 3 callers
Method
hashAction
(action: string)
v3/@claude-flow/neural/src/algorithms/sarsa.ts:281
↓ 3 callers
Function
hashContent
(content: Buffer | string)
v3/@claude-flow/cli/src/transfer/ipfs/client.ts:317
↓ 3 callers
Function
hashContent
(content: WgWitnessContent)
v3/@claude-flow/plugin-agent-federation/src/domain/services/wg-witness-service.ts:85
↓ 3 callers
Method
hashContent
* Hash content for change detection
v3/@claude-flow/guidance/src/compiler.ts:511
↓ 3 callers
Method
hashContent
(content: string)
v3/plugins/gastown-bridge/src/cache.ts:352
↓ 3 callers
Method
hashContext
(context: string)
v3/@claude-flow/plugins/examples/ruvector-plugins/mcp-tool-optimizer.ts:306
↓ 3 callers
Function
hashKey
* FNV-1a hash for cache keys
v3/plugins/gastown-bridge/src/bridges/sync-bridge.ts:48
↓ 3 callers
Function
hashObject
(obj: unknown)
v3/plugins/financial-risk/src/mcp-tools.ts:114
↓ 3 callers
Function
hashString
* Simple hash function for generating stable block IDs
ruflo/src/ruvocal/src/lib/utils/marked.ts:473
↓ 3 callers
Function
hashString
(input: string, algorithm: string = 'sha256')
v3/@claude-flow/plugins/src/security/index.ts:477
↓ 3 callers
Function
hexToBytes
(hex: string)
v3/@claude-flow/security/src/plugins/integrity-verifier.ts:247
↓ 3 callers
Function
hexToBytes
(hex: string)
plugins/ruflo-neural-trader/src/signed-artifact.ts:168
↓ 3 callers
Function
hexToBytes
(hex)
plugins/ruflo-neural-trader/src/signed-attribution.mjs:198
↓ 3 callers
Function
hexToBytes
(hex: string)
plugins/ruflo-neural-trader/src/signed-attribution.ts:383
↓ 3 callers
Function
hexToBytes
(hex)
plugins/ruflo-neural-trader/src/signed-artifact.mjs:80
↓ 3 callers
Method
identifyConfounders
* Identify confounders between treatment and outcome * * @param graph - Causal graph * @param treatment - Treatment variable * @param outc
v3/plugins/prime-radiant/src/engines/CausalEngine.ts:115
↓ 3 callers
Function
identifyDivergentAgents
* Identify divergent agents whose embeddings differ significantly from the group
v3/plugins/prime-radiant/src/tools/consensus-verify.ts:83
↓ 3 callers
Method
importEvents
* Import events from persistence
v3/@claude-flow/guidance/src/ledger.ts:442
↓ 3 callers
Method
importPatterns
* Import patterns from backup
v3/@claude-flow/hooks/src/reasoningbank/index.ts:657
↓ 3 callers
Method
importRecords
* Import records from persistence. Appends to existing records.
v3/@claude-flow/guidance/src/trust.ts:482
↓ 3 callers
Function
importWithInterop
* ESM/CJS interop helper — handles `.default` for CJS modules. * Uses `'default' in mod` check which is safer than `mod.default || mod`.
v3/@claude-flow/cli/src/services/ruvector-training.ts:49
↓ 3 callers
Function
initWasmMcp
()
ruflo/src/ruvocal/src/lib/stores/wasmMcp.ts:72
↓ 3 callers
Method
initialize
* Initialize both backends
v3/@claude-flow/memory/src/hybrid-backend.ts:201
↓ 3 callers
Method
initialize
* Initialize AgentDB
v3/@claude-flow/memory/src/agentdb-backend.ts:168
↓ 3 callers
Method
initialize
* Initialize the WASM module
v3/plugins/legal-contracts/src/bridges/attention-bridge.ts:80
↓ 3 callers
Method
initializePlugin
* Initialize a single plugin
v3/@claude-flow/shared/src/plugin-loader.ts:324
↓ 3 callers
Method
initializePlugin
(entry: PluginEntry)
v3/@claude-flow/plugins/src/registry/enhanced-plugin-registry.ts:494
↓ 3 callers
Function
initializeTransport
* Simulate transport initialization
v3/@claude-flow/performance/benchmarks/startup/mcp-server-init.bench.ts:51
↓ 3 callers
Function
input
(message: string, defaultValue = '')
v3/@claude-flow/claims/src/api/cli-types.ts:121
↓ 3 callers
Method
insertStream
(options: { tableName: string; batchSize?: number; })
v3/@claude-flow/plugins/__tests__/ruvector-streaming.test.ts:281
↓ 3 callers
Function
interpolate
( template: string, args: Record<string, string> )
v3/@claude-flow/mcp/src/prompt-registry.ts:289
↓ 3 callers
Method
invalidateCaches
()
v3/@claude-flow/plugins/src/registry/enhanced-plugin-registry.ts:806
↓ 3 callers
Function
invokeHook
* Spawn the CLI with the hook subcommand. * Passes the raw stdin payload as the child's stdin so the CLI can read * the hook event JSON if needed (s
plugin/scripts/ruflo-hook.cjs:102
↓ 3 callers
Function
invokeHook
* Spawn the CLI with the hook subcommand. * Passes the raw stdin payload as the child's stdin so the CLI can read * the hook event JSON if needed (s
plugins/ruflo-core/scripts/ruflo-hook.cjs:102
↓ 3 callers
Function
isActive
* Check whether a truth anchor is active at a given timestamp.
v3/@claude-flow/guidance/src/truth-anchors.ts:634
↓ 3 callers
Function
isAgenticFlowAvailable
* Check if agentic-flow is available
v3/@claude-flow/embeddings/src/embedding-service.ts:837
↓ 3 callers
Method
isAllowed
* Check if request is allowed
v3/@claude-flow/cli/src/production/circuit-breaker.ts:92
↓ 3 callers
Method
isAncestor
* Check if one point is ancestor of another (closer to origin)
v3/plugins/hyperbolic-reasoning/src/bridges/hyperbolic-bridge.ts:288
↓ 3 callers
Method
isAvailable
* Check if AgentDB is available
v3/@claude-flow/memory/src/agentdb-backend.ts:1068
↓ 3 callers
Method
isAvailable
Check if GUPP is available
v3/plugins/gastown-bridge/src/index.ts:361
↓ 3 callers
Method
isAvailable
()
v3/plugins/gastown-bridge/src/index.ts:382
↓ 3 callers
Method
isDelegationEnabled
* Check if delegation to agentic-flow is enabled
v3/@claude-flow/integration/src/sona-adapter.ts:152
↓ 3 callers
Method
isDrifting
* Whether the score indicates drift (below warning threshold).
v3/@claude-flow/guidance/src/coherence.ts:218
↓ 3 callers
Method
isExpired
(entry: MemoryEntry)
v3/@claude-flow/cli-core/src/memory/json-backend.ts:95
↓ 3 callers
Method
isGhAvailable
* Check if GitHub CLI is available
v3/@claude-flow/cli/src/services/claim-service.ts:816
↓ 3 callers
Method
isInGracePeriod
* Check if claim is in grace period
v3/@claude-flow/claims/src/application/work-stealing-service.ts:551
↓ 3 callers
Method
isInterventionValid
* Check if intervention on treatment is valid.
v3/plugins/prime-radiant/__tests__/engines/causal.test.ts:198
↓ 3 callers
Method
isLeader
()
v3/@claude-flow/swarm/src/consensus/raft.ts:273
↓ 3 callers
Method
isLearningEnabled
* Check if learning is enabled
v3/@claude-flow/swarm/src/queen-coordinator.ts:1991
↓ 3 callers
Method
isLoaded
()
v3/plugins/prime-radiant/__tests__/wasm-bridge.test.ts:89
↓ 3 callers
Method
isProtectedByProgress
* Check if claim is protected by progress
v3/@claude-flow/claims/src/application/work-stealing-service.ts:568
↓ 3 callers
Method
isReady
()
v3/plugins/test-intelligence/src/bridges/learning-bridge.ts:100
↓ 3 callers
Method
isReady
()
v3/plugins/perf-optimizer/src/bridges/fpga-bridge.ts:95
↓ 3 callers
Method
isReady
()
v3/plugins/perf-optimizer/src/bridges/sparse-bridge.ts:91
↓ 3 callers
Function
isRuvllmWasmAvailable
()
v3/@claude-flow/cli/src/ruvector/ruvllm-wasm.ts:93
↓ 3 callers
Function
isSafe
(input: string)
v3/@claude-flow/aidefence/src/index.ts:268
↓ 3 callers
Function
isWindows
* Check if running on Windows
v3/@claude-flow/cli/src/init/mcp-generator.ts:12
↓ 3 callers
Function
jitter
(mean, frac = 0.15)
scripts/benchmark-multiagent.mjs:196
↓ 3 callers
Function
jlEmbed
(vectors: number[][], options: JLEmbedOptions)
plugins/ruflo-graph-intelligence/src/infrastructure/jl-embed.ts:54
↓ 3 callers
Method
joinPeer
(endpoint: string)
v3/@claude-flow/plugin-agent-federation/src/application/federation-coordinator.ts:191
↓ 3 callers
Function
jsHmacSha256
(key: string, input: string)
v3/@claude-flow/guidance/tests/wasm-kernel.test.ts:62
↓ 3 callers
Function
killStaleDaemons
* Kill stale daemon processes not tracked by the PID file (#1551, #1857). * Uses `ps` on POSIX and `tasklist` on Windows to find all daemon * proces
v3/@claude-flow/cli/src/commands/daemon.ts:657
↓ 3 callers
Function
l2norm
(vec: Float32Array, offset: number, len: number)
v3/@claude-flow/cli/src/memory/bge-embedder.ts:70
↓ 3 callers
Method
labelPropagationCommunityDetection
(options: CommunityOptions)
v3/@claude-flow/plugins/src/integrations/ruvector/gnn.ts:2573
↓ 3 callers
Method
lastLogInfo
Index/term of the last entry in this node's log (Raft "up-to-date" comparison).
v3/@claude-flow/swarm/src/consensus/raft.ts:89
↓ 3 callers
Method
launchSwarm
* Launch swarm to execute approved plan
v3/plugins/teammate-plugin/src/teammate-bridge.ts:1338
↓ 3 callers
Method
learnAnomalyPattern
(anomaly: AnomalyDetection, baseline: TelemetryBaseline | undefined)
v3/@claude-flow/plugin-iot-cognitum/src/domain/services/sona-integration-service.ts:36
↓ 3 callers
Method
learnFromDetection
* Learn from a detection result (ReasoningBank pattern)
v3/@claude-flow/aidefence/src/index.ts:110
↓ 3 callers
Method
list
(filter?: MemoryFilter)
v3/@claude-flow/browser/src/infrastructure/memory-integration.ts:51
↓ 3 callers
Method
listAgents
(filter?: AgentFilter)
v3/@claude-flow/claims/tests/load-balancer.test.ts:76
↓ 3 callers
Function
listAgentsInDir
* List agent subdirectories inside a given directory. * Returns an empty array if the directory does not exist or is unreadable.
v3/@claude-flow/memory/src/agent-memory-scope.ts:82
↓ 3 callers
Method
listBeads
* List beads with optional query parameters
v3/plugins/gastown-bridge/src/bridges/bd-bridge.ts:704
↓ 3 callers
Method
listBreaks
Get all break events for an origin.
v3/@claude-flow/browser/src/infrastructure/causal-recovery-store.ts:29
↓ 3 callers
Method
listByCategory
(category: string)
ruflo/src/ruvocal/src/lib/wasm/index.ts:16
↓ 3 callers
Method
listEntries
All sealed entries (read-only copy).
v3/@claude-flow/browser/src/application/cookie-vault-service.ts:240
↓ 3 callers
Method
listFleets
()
v3/@claude-flow/plugin-iot-cognitum/src/application/iot-coordinator.ts:497
↓ 3 callers
Method
listHooks
* List all registered hooks * * @param filter - Optional filter options * @returns Array of hook definitions
v3/@claude-flow/shared/src/hooks/registry.ts:210
↓ 3 callers
Method
listPeers
* ADR-111 Phase 6: public read of the discovery peer list. Used by * federation_wg_status MCP tool + WG firewall projection. Returns the * full
v3/@claude-flow/plugin-agent-federation/src/application/federation-coordinator.ts:434
↓ 3 callers
Method
listPlugins
()
v3/src/shared/types/index.ts:264
← previous
next →
3,301–3,400 of 18,477, ranked by callers