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
↓ 4 callers
Function
flushPatterns
()
v3/@claude-flow/cli/src/memory/intelligence.ts:1463
↓ 4 callers
Method
flushToDisk
* Immediately flush patterns to disk
v3/@claude-flow/cli/src/memory/intelligence.ts:531
↓ 4 callers
Function
fmtPct
(v: number | undefined)
v3/@claude-flow/cli/src/commands/neural.ts:2149
↓ 4 callers
Function
fmtSize
(bytes: number)
v3/@claude-flow/cli/src/commands/appliance-advanced.ts:9
↓ 4 callers
Function
fmtUsd
(n)
plugins/ruflo-cost-tracker/scripts/federation.mjs:85
↓ 4 callers
Method
forceGC
* Force garbage collection if available (requires --expose-gc flag) * This helps get more accurate memory measurements
v3/@claude-flow/performance/src/attention-integration.ts:458
↓ 4 callers
Function
formatBenchmarkTable
(benchmark: ComparisonBenchmark)
v3/@claude-flow/performance/src/attention-benchmarks.ts:341
↓ 4 callers
Function
formatBytes
(b: number)
v3/@claude-flow/cli/src/commands/ruvector/benchmark.ts:479
↓ 4 callers
Function
formatChat
( messages: ChatMessage[], template: TemplatePreset | { custom: string } | { modelId: string }, )
v3/@claude-flow/cli/src/ruvector/ruvllm-wasm.ts:329
↓ 4 callers
Function
formatClaimantType
(type: ClaimantType)
v3/@claude-flow/claims/src/api/cli-commands.ts:114
↓ 4 callers
Method
formatCmd
* Defense-in-depth: validate that all bits we splice into a shell * command are alphanumeric / base64 / WG-allowed chars. Refuses the * command
v3/@claude-flow/plugin-agent-federation/src/domain/services/wg-mesh-service.ts:339
↓ 4 callers
Function
formatComplexityValueAst
* Helper: Format complexity value with color coding
v3/@claude-flow/cli/src/commands/analyze.ts:484
↓ 4 callers
Function
formatInsightLine
(insight: MemoryInsight)
v3/@claude-flow/memory/src/auto-memory-bridge.ts:891
↓ 4 callers
Function
formatIntelligenceStatus
(status: string)
v3/@claude-flow/cli/src/commands/hooks.ts:2579
↓ 4 callers
Function
formatMessage
(logLevel: string, msg: string, data?: unknown)
v3/mcp/server-entry.ts:134
↓ 4 callers
Function
formatStatus
(status: string)
v3/@claude-flow/cli/src/commands/task.ts:34
↓ 4 callers
Function
formatSuiteReport
(suite: SuiteResult)
v3/@claude-flow/performance/src/attention-benchmarks.ts:358
↓ 4 callers
Function
formatToolProgressLabel
(progress?: MessageToolProgressUpdate)
ruflo/src/ruvocal/src/lib/utils/toolProgress.ts:3
↓ 4 callers
Method
formatVector
* Format vector for SQL.
v3/@claude-flow/plugins/src/integrations/ruvector/ruvector-bridge.ts:1029
↓ 4 callers
Method
fromFile
Read and parse an RVFA file from disk. Throws on invalid input.
v3/@claude-flow/cli/src/appliance/rvfa-runner.ts:90
↓ 4 callers
Method
generateApiToken
* Generates an API token with prefix. * * @param prefix - Token prefix (e.g., 'cf_') * @returns Prefixed API token
v3/@claude-flow/security/src/token-generator.ts:176
↓ 4 callers
Method
generateCorrelationId
* Generates a correlation ID for distributed tracing. * * @returns Correlation ID
v3/@claude-flow/security/src/token-generator.ts:360
↓ 4 callers
Function
generateDetailedSection
* Generate detailed section for a category
v3/@claude-flow/testing/src/v2-compat/report-generator.ts:242
↓ 4 callers
Method
generateEmbedding
(text: string, dimensions?: number)
v3/@claude-flow/cli/src/ruvector/vector-db.ts:32
↓ 4 callers
Method
generateEncryptionKey
* Generates an encryption key suitable for AES-256. * * @returns 32-byte key encoded as hex (64 characters)
v3/@claude-flow/security/src/credential-generator.ts:256
↓ 4 callers
Method
generateFingerprint
(sql: string)
v3/@claude-flow/plugins/src/integrations/ruvector/self-learning.ts:1752
↓ 4 callers
Function
generateHookCode
(event: HookEvent)
v3/@claude-flow/plugins/examples/plugin-creator/index.ts:164
↓ 4 callers
Method
generateId
(prefix: string)
v3/mcp/tools/sona-tools.ts:300
↓ 4 callers
Method
generateId
(prefix)
v3/mcp/tools/sona-tools.js:182
↓ 4 callers
Function
generateMCPConfig
(options: InitOptions)
v3/@claude-flow/cli/src/init/mcp-generator.ts:47
↓ 4 callers
Method
generateNonce
* Generates a secure nonce for one-time use. * * @returns Unique nonce value
v3/@claude-flow/security/src/credential-generator.ts:309
↓ 4 callers
Method
generatePromptContext
* Generate user prompt context * Returns plain text guidance based on prompt analysis
v3/@claude-flow/hooks/src/reasoningbank/guidance-provider.ts:111
↓ 4 callers
Function
generateRandomEmbedding
* Generate a random embedding vector for demonstration. * In production, use a proper embedding model.
v3/@claude-flow/plugins/examples/ruvector/basic-usage.ts:49
↓ 4 callers
Function
generateRealEmbedding
(text: string, dimension: number)
v3/@claude-flow/cli/src/mcp-tools/embeddings-tools.ts:94
↓ 4 callers
Method
generateRequestId
* Generates a unique request ID. * * @returns Request ID (shorter, for logging)
v3/@claude-flow/security/src/token-generator.ts:351
↓ 4 callers
Method
generateStatusline
* Generate formatted statusline string matching .claude/statusline.sh format
v3/@claude-flow/hooks/src/statusline/index.ts:138
↓ 4 callers
Function
generateWorkerCode
(workerType: string)
v3/@claude-flow/plugins/examples/plugin-creator/index.ts:191
↓ 4 callers
Function
get
(key: string)
v3/@claude-flow/testing/src/helpers/test-utils.ts:559
↓ 4 callers
Method
get
* Get a controller instance by name. * Returns null if the controller is not initialized or unavailable.
v3/@claude-flow/memory/src/controller-registry.ts:344
↓ 4 callers
Method
get
(key: K)
v3/@claude-flow/memory/benchmarks/cache-hit-rate.bench.ts:29
↓ 4 callers
Method
get
* Get an attention mechanism by type.
v3/@claude-flow/plugins/src/integrations/ruvector/attention.ts:137
↓ 4 callers
Function
getASTAnalyzer
()
v3/@claude-flow/cli/src/commands/analyze.ts:27
↓ 4 callers
Method
getActiveCount
* Get active agents count
v3/@claude-flow/shared/src/core/interfaces/agent.interface.ts:215
↓ 4 callers
Method
getActiveMemories
* Get all active memories (not deleted)
v3/@claude-flow/shared/src/events/projections.ts:461
↓ 4 callers
Method
getAdaptationTime
* Get last adaptation time * * @returns Adaptation time in milliseconds
v3/@claude-flow/neural/src/sona-integration.ts:246
↓ 4 callers
Method
getAgentIds
* Get all tracked agent IDs.
v3/@claude-flow/guidance/src/trust.ts:311
↓ 4 callers
Method
getAgentIdsByStatus
* Get agents by status using index - O(k) where k is agents with status
v3/@claude-flow/swarm/src/federation-hub.js:125
↓ 4 callers
Method
getAgentIdsByStatus
* Get agents by status using index - O(k) where k is agents with status
v3/@claude-flow/swarm/src/federation-hub.ts:294
↓ 4 callers
Method
getAgentsAboveThreshold
* Get all agents whose most recent score is at or above the given threshold. * Returns one record per agent (the most recent).
v3/@claude-flow/guidance/src/trust.ts:429
↓ 4 callers
Method
getAgentsBelowThreshold
* Get all agents whose most recent score is below the given threshold. * Returns one record per agent (the most recent).
v3/@claude-flow/guidance/src/trust.ts:405
↓ 4 callers
Function
getBackend
()
v3/@claude-flow/cli/src/ruvector/neural-router.ts:524
↓ 4 callers
Method
getBead
* Get a single bead by ID
v3/plugins/gastown-bridge/src/bridges/bd-bridge.ts:770
↓ 4 callers
Method
getBlockers
()
v3/plugins/gastown-bridge/tests/convoy.test.ts:242
↓ 4 callers
Method
getCategoryComplexity
* Get complexity score for a category
v3/plugins/agentic-qe/src/bridges/QEModelRoutingAdapter.ts:222
↓ 4 callers
Method
getCoherenceScore
()
v3/@claude-flow/guidance/src/conformance-kit.ts:111
↓ 4 callers
Method
getCollections
()
ruflo/src/ruvocal/src/lib/server/database.ts:81
↓ 4 callers
Method
getCommand
(name: string)
v3/@claude-flow/cli/src/parser.ts:138
↓ 4 callers
Function
getConfig
()
v3/@claude-flow/cli/src/ruvector/router-trajectory.ts:133
↓ 4 callers
Function
getConfig
()
v3/@claude-flow/cli/src/ruvector/router-parallel-recorder.ts:111
↓ 4 callers
Function
getConfigPath
()
v3/@claude-flow/cli/src/mcp-tools/embeddings-tools.ts:50
↓ 4 callers
Method
getConsolidator
* Get (and lazily construct) the {@link MemoryConsolidator} bound to this * service. Added by ADR-125 Phase 4.
v3/@claude-flow/memory/src/index.ts:473
↓ 4 callers
Method
getCurrentActivity
* Get current session activity
v3/@claude-flow/shared/src/hooks/session-hooks.ts:539
↓ 4 callers
Method
getDelegationChain
* Get the full delegation chain from root to the given capability. * * Returns an array ordered from the root ancestor to the given capability.
v3/@claude-flow/guidance/src/capabilities.ts:425
↓ 4 callers
Method
getDependents
(taskId: TaskId)
v3/@claude-flow/swarm/src/coordination/task-orchestrator.ts:55
↓ 4 callers
Function
getEWCConsolidator
()
v3/@claude-flow/cli/src/mcp-tools/hooks-tools.ts:105
↓ 4 callers
Function
getFilesInPath
(rootPath: string)
v3/plugins/code-intelligence/src/mcp-tools.ts:664
↓ 4 callers
Method
getFunctionAtLine
(analysis: ASTAnalysis, line: number)
v3/@claude-flow/cli/src/ruvector/ast-analyzer.ts:108
↓ 4 callers
Function
getGalleryTemplate
(id: string)
v3/@claude-flow/cli/src/ruvector/agent-wasm.ts:406
↓ 4 callers
Function
getGraphAnalyzer
()
v3/@claude-flow/cli/src/commands/analyze.ts:36
↓ 4 callers
Function
getGraphEdgeWriter
()
v3/@claude-flow/cli/src/mcp-tools/agentdb-tools.ts:66
↓ 4 callers
Function
getHyperbolicBridge
()
v3/plugins/hyperbolic-reasoning/src/mcp-tools.ts:56
↓ 4 callers
Method
getIndexStats
(indexName: string)
v3/@claude-flow/plugins/src/integrations/ruvector/types.ts:1756
↓ 4 callers
Function
getInitialMetadata
(backend: string)
v3/@claude-flow/cli/src/memory/memory-initializer.ts:1058
↓ 4 callers
Method
getInstalled
* Get all installed plugins
v3/@claude-flow/cli/src/plugins/manager.ts:394
↓ 4 callers
Function
getInstalledVersion
(packageName: string)
v3/@claude-flow/cli/src/update/checker.ts:131
↓ 4 callers
Function
getKey
()
v3/@claude-flow/cli/src/encryption/vault.ts:80
↓ 4 callers
Method
getKvEntry
Retrieve a key-value pair from the in-memory KV cache.
v3/@claude-flow/cli/src/appliance/gguf-engine.ts:429
↓ 4 callers
Method
getLoadOrder
* Get topological sort order for loading plugins. * Dependencies come before dependents.
v3/@claude-flow/plugins/src/registry/dependency-graph.ts:462
↓ 4 callers
Function
getMCPServerStatus
()
v3/@claude-flow/cli/src/mcp-server.ts:914
↓ 4 callers
Method
getMCPTools
* Get plugin MCP tools
v3/plugins/prime-radiant/src/interfaces.ts:565
↓ 4 callers
Method
getMemoryUsage
* Get current memory usage
v3/@claude-flow/performance/src/attention-benchmarks.ts:296
↓ 4 callers
Method
getMigrationHistory
()
v3/@claude-flow/plugins/__tests__/ruvector-migrations.test.ts:214
↓ 4 callers
Method
getMode
()
v3/plugins/ruvector-upstream/src/bridges/sona.ts:86
↓ 4 callers
Function
getModeConfig
(mode: SONAMode)
v3/@claude-flow/neural/src/sona-manager.ts:897
↓ 4 callers
Method
getParents
* Get parent nodes (direct causes)
v3/plugins/prime-radiant/src/engines/CausalEngine.ts:314
↓ 4 callers
Method
getParents
(graph: CausalGraph, node: string)
v3/plugins/prime-radiant/__tests__/engines/causal.test.ts:286
↓ 4 callers
Method
getPenalty
* Calculate EWC regularization penalty * * L_ewc = (lambda/2) * sum_i(F_i * (theta_i - theta_old_i)^2) * * @param oldWeights - Previous we
v3/@claude-flow/cli/src/memory/ewc-consolidation.ts:384
↓ 4 callers
Method
getPercentile
* Calculate percentile for latency metrics
v3/plugins/teammate-plugin/src/utils/metrics-collector.ts:113
↓ 4 callers
Method
getPerformanceStats
* Get performance statistics
v3/@claude-flow/swarm/src/queen-coordinator.ts:1966
↓ 4 callers
Function
getPersistenceStatus
()
v3/@claude-flow/cli/src/memory/intelligence.ts:1584
↓ 4 callers
Function
getPluginSearchSuggestions
( registry: PluginRegistry, partialQuery: string, limit: number = 10 )
v3/@claude-flow/cli/src/plugins/store/search.ts:147
↓ 4 callers
Method
getPluginSettings
* Get settings for a plugin.
v3/@claude-flow/plugins/src/collections/collection-manager.ts:465
↓ 4 callers
Method
getPluginsDir
* Get plugins directory path
v3/@claude-flow/cli/src/plugins/manager.ts:516
↓ 4 callers
Method
getPoolStats
* Get pool statistics.
v3/@claude-flow/plugins/src/integrations/ruvector/ruvector-bridge.ts:439
↓ 4 callers
Function
getReasoningBank
()
v3/@claude-flow/cli/src/services/agentic-flow-bridge.ts:28
↓ 4 callers
Method
getRecordsInRange
* Get records within a time range.
v3/@claude-flow/guidance/src/trust.ts:452
↓ 4 callers
Function
getSONAOptimizer
()
v3/@claude-flow/cli/src/mcp-tools/hooks-tools.ts:91
↓ 4 callers
Function
getSessionDir
()
v3/@claude-flow/cli/src/mcp-tools/session-tools.ts:39
↓ 4 callers
Method
getStatistics
()
v3/@claude-flow/swarm/src/domain/repositories/task-repository.interface.ts:68
↓ 4 callers
Method
getStatuslineData
* Generate statusline data
v3/@claude-flow/hooks/src/workers/index.ts:684
← previous
next →
2,501–2,600 of 18,477, ranked by callers