MCPcopy Create free account

hub / github.com/dais-polymtl/flock / functions

Functions864 in github.com/dais-polymtl/flock

MethodPrepareExpectedResponseForBatch
test/unit/functions/scalar/llm_complete.cpp:22
MethodPrepareExpectedResponseForBatch
test/unit/functions/scalar/llm_complete_json.cpp:22
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_rerank.cpp:34
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_reduce_json.cpp:30
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_last.cpp:31
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_reduce.cpp:30
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/aggregate/llm_first.cpp:31
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_embedding.cpp:39
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_filter.cpp:33
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_complete.cpp:26
MethodPrepareExpectedResponseForLargeInput
test/unit/functions/scalar/llm_complete_json.cpp:30
MethodPrepareExpectedResponseRange
test/unit/functions/scalar/llm_complete.cpp:34
MethodPrepareSequentialRanking
test/unit/functions/aggregate/llm_rerank.cpp:40
MethodQueryEnd
src/include/flock_extension.hpp:55
MethodQueueCompletion
src/functions/scalar/scalar.cpp:166
MethodRateLimitAwareProvider
test/unit/functions/rate_limit_provider.hpp:10
MethodReadFileToBase64
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
MethodRecordTokenUsage
src/include/flock/model_manager/providers/handlers/base_handler.hpp:334
MethodRecordTokenUsageWithSoftCap
src/include/flock/model_manager/providers/handlers/base_handler.hpp:346
MethodReduceBatch
src/functions/aggregate/llm_reduce/implementation.cpp:17
MethodRegister
src/registry/registry.cpp:5
MethodRegister
src/registry/scalar.cpp:5
MethodRegister
src/registry/aggregate.cpp:5
MethodRegister
src/secret_manager/secret_manager.cpp:43
MethodRegisterAggregateFunctions
src/registry/registry.cpp:10
MethodRegisterFlockGetDebugMetrics
src/metrics/registry.cpp:16
MethodRegisterFlockGetMetrics
src/metrics/registry.cpp:6
MethodRegisterFlockResetMetrics
src/metrics/registry.cpp:26
MethodRegisterFusionCombANZ
src/functions/scalar/fusion_combanz/registry.cpp:6
MethodRegisterFusionCombMED
src/functions/scalar/fusion_combmed/registry.cpp:6
MethodRegisterFusionCombMNZ
src/functions/scalar/fusion_combmnz/registry.cpp:6
MethodRegisterFusionCombSUM
src/functions/scalar/fusion_combsum/registry.cpp:6
MethodRegisterFusionRRF
src/functions/scalar/fusion_rrf/registry.cpp:6
MethodRegisterLlmComplete
src/functions/scalar/llm_complete/registry.cpp:6
MethodRegisterLlmEmbedding
src/functions/scalar/llm_embedding/registry.cpp:6
MethodRegisterLlmFilter
src/functions/scalar/llm_filter/registry.cpp:6
MethodRegisterLlmFirst
src/functions/aggregate/llm_first_or_last/registry.cpp:6
MethodRegisterLlmLast
src/functions/aggregate/llm_first_or_last/registry.cpp:15
MethodRegisterLlmReduce
src/functions/aggregate/llm_reduce/registry.cpp:6
MethodRegisterLlmRerank
src/functions/aggregate/llm_rerank/registry.cpp:6
MethodRegisterScalarFunctions
src/registry/registry.cpp:12
MethodRegisterSecretFunction
src/secret_manager/secret_manager.cpp:59
MethodRegisterSecretType
src/secret_manager/secret_manager.cpp:48
MethodRegisterThreadUnlocked
src/include/flock/metrics/base_manager.hpp:252
MethodRender
src/include/flock/prompt_manager/prompt_manager.hpp:54
MethodReplaceSection
src/prompt_manager/prompt_manager.cpp:20
MethodRerankBatch
src/functions/aggregate/llm_rerank/implementation.cpp:18
MethodReset
src/model_manager/usage_limiter.cpp:36
MethodReset
Clear all metrics and registration tracking
src/include/flock/metrics/base_manager.hpp:232
MethodReset
src/include/flock/metrics/data_structures.hpp:65
MethodResetMockProvider
src/include/flock/model_manager/model.hpp:57
MethodResetRateLimiters
src/model_manager/model.cpp:239
MethodResetUsageLimiters
src/model_manager/model.cpp:244
MethodResolveFilePath
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
MethodResolveFileToBase64
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
MethodResolveModelDetailsToJson
src/model_manager/model.cpp:307
FunctionReveal
({ children, width = "fit-content" })
docs/src/components/Reveal.tsx:9
MethodScalarFunctionBase
src/include/flock/functions/scalar/scalar.hpp:42
MethodSession
src/include/flock/model_manager/providers/handlers/session.hpp:86
MethodSetMockProvider
Legacy: Set a shared mock provider (for backward compatibility - less safe for parallel tests)
src/include/flock/model_manager/model.hpp:53
MethodSetMockProviderFactory
Set a factory to create fresh mock providers (each Model gets its own instance)
src/include/flock/model_manager/model.hpp:48
MethodSetModelInfo
Store model name and provider (first call wins)
src/include/flock/metrics/base_manager.hpp:34
MethodSetModelInfo
Record model name and provider
src/include/flock/metrics/manager.hpp:57
MethodSetUp
test/unit/test_main.cpp:10
MethodSetUp
test/unit/model_manager/rate_limiter_test.cpp:19
MethodSetUp
test/unit/model_manager/anthropic_handler_test.cpp:12
MethodSetUp
test/unit/model_manager/model_manager_test.cpp:48
MethodSetUp
test/unit/prompt_manager/prompt_manager_test.cpp:249
MethodSetUp
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:31
MethodSetUp
test/unit/functions/scalar/metrics_test.cpp:12
MethodSetUp
test/unit/functions/scalar/scalar_usage_limit_test.cpp:56
MethodSetUp
test/unit/functions/scalar/scalar_rate_limit_test.cpp:62
MethodSetUp
test/unit/functions/scalar/llm_function_test_base_instantiations.cpp:10
MethodSetupDefaultModelsConfig
src/core/config/model.cpp:10
MethodSetupGlobalStorageLocation
src/core/config/config.cpp:35
MethodSetupUserDefinedModelsConfig
src/core/config/model.cpp:33
MethodSimpleUpdate
src/include/flock/functions/aggregate/llm_first_or_last.hpp:29
MethodSimpleUpdate
src/include/flock/functions/aggregate/aggregate.hpp:115
MethodSimpleUpdate
src/include/flock/functions/aggregate/llm_reduce.hpp:28
MethodSimpleUpdate
src/include/flock/functions/aggregate/llm_rerank.hpp:28
FunctionSocial
({ Icon, href }: { Icon: IconType, href?: string })
docs/src/components/footer/Social.tsx:5
MethodStartInvocation
Initialize metrics tracking and assign registration order
src/include/flock/metrics/base_manager.hpp:28
MethodStartInvocation
Initialize metrics tracking (stores context for subsequent calls)
src/include/flock/metrics/manager.hpp:44
MethodStorageAttachmentGuard
src/core/config/config.cpp:151
MethodStorageAttachmentGuard
src/include/flock/core/config.hpp:37
FunctionTEST
Test the SecretDetails functions
test/unit/secret_manager/secret_manager_test.cpp:10
FunctionTEST
test/unit/model_manager/model_repository_test.cpp:6
FunctionTEST
Test OpenAI provider behavior
test/unit/model_manager/model_providers_test.cpp:15
FunctionTEST
Test CreateModelStatement
test/unit/model_manager/model_statements_test.cpp:7
FunctionTEST
Test CreatePromptStatement
test/unit/prompt_manager/prompt_statemenets_test.cpp:8
FunctionTEST
Test cases for PromptManager::ToString<PromptSection>
test/unit/prompt_manager/prompt_manager_test.cpp:15
FunctionTEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combsum_test.cpp:7
FunctionTEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combmnz_test.cpp:7
FunctionTEST
test/unit/functions/scalar/fusion_rrf_test.cpp:6
FunctionTEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combanz_test.cpp:7
FunctionTEST
CombSum takes normalized data as input
test/unit/functions/scalar/fusion_combmed_test.cpp:7
FunctionTEST
test/unit/custom_parser/tokenizer_test.cpp:6
FunctionTEST
test/unit/custom_parser/model_parser_test.cpp:13
FunctionTEST
test/unit/custom_parser/prompt_parser_test.cpp:12
FunctionTEST_F
test/unit/model_manager/rate_limiter_test.cpp:26
← previousnext →401–500 of 864, ranked by callers