Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dais-polymtl/flock
/ functions
Functions
864 in github.com/dais-polymtl/flock
⨍
Functions
864
◇
Types & classes
137
Method
PrepareExpectedResponseForBatch
test/unit/functions/scalar/llm_complete.cpp:22
Method
PrepareExpectedResponseForBatch
test/unit/functions/scalar/llm_complete_json.cpp:22
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_rerank.cpp:34
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_reduce_json.cpp:30
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_last.cpp:31
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_reduce.cpp:30
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_first.cpp:31
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_embedding.cpp:39
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_filter.cpp:33
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_complete.cpp:26
Method
PrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_complete_json.cpp:30
Method
PrepareExpectedResponseRange
test/unit/functions/scalar/llm_complete.cpp:34
Method
PrepareSequentialRanking
test/unit/functions/aggregate/llm_rerank.cpp:40
Method
QueryEnd
src/include/flock_extension.hpp:55
Method
QueueCompletion
src/functions/scalar/scalar.cpp:166
Method
RateLimitAwareProvider
test/unit/functions/rate_limit_provider.hpp:10
Method
ReadFileToBase64
Read file contents and convert to base64 Returns empty string if file cannot be read
src/include/flock/model_manager/providers/handlers/url_handler.hpp:149
Method
RecordTokenUsage
src/include/flock/model_manager/providers/handlers/base_handler.hpp:334
Method
RecordTokenUsageWithSoftCap
src/include/flock/model_manager/providers/handlers/base_handler.hpp:346
Method
ReduceBatch
src/functions/aggregate/llm_reduce/implementation.cpp:17
Method
Register
src/registry/registry.cpp:5
Method
Register
src/registry/scalar.cpp:5
Method
Register
src/registry/aggregate.cpp:5
Method
Register
src/secret_manager/secret_manager.cpp:43
Method
RegisterAggregateFunctions
src/registry/registry.cpp:10
Method
RegisterFlockGetDebugMetrics
src/metrics/registry.cpp:16
Method
RegisterFlockGetMetrics
src/metrics/registry.cpp:6
Method
RegisterFlockResetMetrics
src/metrics/registry.cpp:26
Method
RegisterFusionCombANZ
src/functions/scalar/fusion_combanz/registry.cpp:6
Method
RegisterFusionCombMED
src/functions/scalar/fusion_combmed/registry.cpp:6
Method
RegisterFusionCombMNZ
src/functions/scalar/fusion_combmnz/registry.cpp:6
Method
RegisterFusionCombSUM
src/functions/scalar/fusion_combsum/registry.cpp:6
Method
RegisterFusionRRF
src/functions/scalar/fusion_rrf/registry.cpp:6
Method
RegisterLlmComplete
src/functions/scalar/llm_complete/registry.cpp:6
Method
RegisterLlmEmbedding
src/functions/scalar/llm_embedding/registry.cpp:6
Method
RegisterLlmFilter
src/functions/scalar/llm_filter/registry.cpp:6
Method
RegisterLlmFirst
src/functions/aggregate/llm_first_or_last/registry.cpp:6
Method
RegisterLlmLast
src/functions/aggregate/llm_first_or_last/registry.cpp:15
Method
RegisterLlmReduce
src/functions/aggregate/llm_reduce/registry.cpp:6
Method
RegisterLlmRerank
src/functions/aggregate/llm_rerank/registry.cpp:6
Method
RegisterScalarFunctions
src/registry/registry.cpp:12
Method
RegisterSecretFunction
src/secret_manager/secret_manager.cpp:59
Method
RegisterSecretType
src/secret_manager/secret_manager.cpp:48
Method
RegisterThreadUnlocked
src/include/flock/metrics/base_manager.hpp:252
Method
Render
src/include/flock/prompt_manager/prompt_manager.hpp:54
Method
ReplaceSection
src/prompt_manager/prompt_manager.cpp:20
Method
RerankBatch
src/functions/aggregate/llm_rerank/implementation.cpp:18
Method
Reset
src/model_manager/usage_limiter.cpp:36
Method
Reset
Clear all metrics and registration tracking
src/include/flock/metrics/base_manager.hpp:232
Method
Reset
src/include/flock/metrics/data_structures.hpp:65
Method
ResetMockProvider
src/include/flock/model_manager/model.hpp:57
Method
ResetRateLimiters
src/model_manager/model.cpp:239
Method
ResetUsageLimiters
src/model_manager/model.cpp:244
Method
ResolveFilePath
Resolve file path: download if URL, validate, and return result Throws std::runtime_error if download or validation fails
src/include/flock/model_manager/providers/handlers/url_handler.hpp:123
Method
ResolveFileToBase64
Resolve file path or URL, read contents and convert to base64 If input is URL, downloads to temp file first Returns base64 content and temp file info
src/include/flock/model_manager/providers/handlers/url_handler.hpp:208
Method
ResolveModelDetailsToJson
src/model_manager/model.cpp:307
Function
Reveal
({ children, width = "fit-content" })
docs/src/components/Reveal.tsx:9
Method
ScalarFunctionBase
src/include/flock/functions/scalar/scalar.hpp:42
Method
Session
src/include/flock/model_manager/providers/handlers/session.hpp:86
Method
SetMockProvider
Legacy: Set a shared mock provider (for backward compatibility - less safe for parallel tests)
src/include/flock/model_manager/model.hpp:53
Method
SetMockProviderFactory
Set a factory to create fresh mock providers (each Model gets its own instance)
src/include/flock/model_manager/model.hpp:48
Method
SetModelInfo
Store model name and provider (first call wins)
src/include/flock/metrics/base_manager.hpp:34
Method
SetModelInfo
Record model name and provider
src/include/flock/metrics/manager.hpp:57
Method
SetUp
test/unit/test_main.cpp:10
Method
SetUp
test/unit/model_manager/rate_limiter_test.cpp:19
Method
SetUp
test/unit/model_manager/anthropic_handler_test.cpp:12
Method
SetUp
test/unit/model_manager/model_manager_test.cpp:48
Method
SetUp
test/unit/prompt_manager/prompt_manager_test.cpp:249
Method
SetUp
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:31
Method
SetUp
test/unit/functions/scalar/metrics_test.cpp:12
Method
SetUp
test/unit/functions/scalar/scalar_usage_limit_test.cpp:56
Method
SetUp
test/unit/functions/scalar/scalar_rate_limit_test.cpp:62
Method
SetUp
test/unit/functions/scalar/llm_function_test_base_instantiations.cpp:10
Method
SetupDefaultModelsConfig
src/core/config/model.cpp:10
Method
SetupGlobalStorageLocation
src/core/config/config.cpp:35
Method
SetupUserDefinedModelsConfig
src/core/config/model.cpp:33
Method
SimpleUpdate
src/include/flock/functions/aggregate/llm_first_or_last.hpp:29
Method
SimpleUpdate
src/include/flock/functions/aggregate/aggregate.hpp:115
Method
SimpleUpdate
src/include/flock/functions/aggregate/llm_reduce.hpp:28
Method
SimpleUpdate
src/include/flock/functions/aggregate/llm_rerank.hpp:28
Function
Social
({ Icon, href }: { Icon: IconType, href?: string })
docs/src/components/footer/Social.tsx:5
Method
StartInvocation
Initialize metrics tracking and assign registration order
src/include/flock/metrics/base_manager.hpp:28
Method
StartInvocation
Initialize metrics tracking (stores context for subsequent calls)
src/include/flock/metrics/manager.hpp:44
Method
StorageAttachmentGuard
src/core/config/config.cpp:151
Method
StorageAttachmentGuard
src/include/flock/core/config.hpp:37
Function
TEST
Test the SecretDetails functions
test/unit/secret_manager/secret_manager_test.cpp:10
Function
TEST
test/unit/model_manager/model_repository_test.cpp:6
Function
TEST
Test OpenAI provider behavior
test/unit/model_manager/model_providers_test.cpp:15
Function
TEST
Test CreateModelStatement
test/unit/model_manager/model_statements_test.cpp:7
Function
TEST
Test CreatePromptStatement
test/unit/prompt_manager/prompt_statemenets_test.cpp:8
Function
TEST
Test cases for PromptManager::ToString<PromptSection>
test/unit/prompt_manager/prompt_manager_test.cpp:15
Function
TEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combsum_test.cpp:7
Function
TEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combmnz_test.cpp:7
Function
TEST
test/unit/functions/scalar/fusion_rrf_test.cpp:6
Function
TEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combanz_test.cpp:7
Function
TEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combmed_test.cpp:7
Function
TEST
test/unit/custom_parser/tokenizer_test.cpp:6
Function
TEST
test/unit/custom_parser/model_parser_test.cpp:13
Function
TEST
test/unit/custom_parser/prompt_parser_test.cpp:12
Function
TEST_F
test/unit/model_manager/rate_limiter_test.cpp:26
← previous
next →
401–500 of 864, ranked by callers