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
↓ 1 callers
Method
ParseNumber
Parse a number (sequence of digits)
src/custom_parser/tokenizer.cpp:79
↓ 1 callers
Method
ParseParenthesis
Parse a parenthesis
src/custom_parser/tokenizer.cpp:89
↓ 1 callers
Method
ParseStringLiteral
Parse a string literal
src/custom_parser/tokenizer.cpp:22
↓ 1 callers
Method
ParseSymbol
Parse a symbol (single character)
src/custom_parser/tokenizer.cpp:72
↓ 1 callers
Method
ReduceLoop
src/functions/aggregate/llm_reduce/implementation.cpp:30
↓ 1 callers
Method
RegisterThread
src/include/flock/metrics/base_manager.hpp:22
↓ 1 callers
Function
ResolveDefaultSecretName
src/model_manager/model.cpp:20
↓ 1 callers
Method
SetTokensPerRequest
test/unit/functions/usage_limit_provider.hpp:15
↓ 1 callers
Method
SkipWhitespace
Skip whitespace
src/custom_parser/tokenizer.cpp:13
↓ 1 callers
Method
SlidingWindow
src/functions/aggregate/llm_rerank/implementation.cpp:86
↓ 1 callers
Method
StartInvocationUnlocked
src/include/flock/metrics/base_manager.hpp:256
↓ 1 callers
Function
StoredModelArgsWithUsageLimit
test/unit/model_manager/model_manager_test.cpp:38
↓ 1 callers
Function
SupportsOutputFormat
Claude 4.x models support output_format, Claude 3.x models require tool_use fallback See: https://docs.anthropic.com/en/docs/build-with-claude/structu
src/model_manager/providers/adapters/anthropic.cpp:9
↓ 1 callers
Function
ToLowerAscii
src/include/flock/model_manager/providers/provider.hpp:108
↓ 1 callers
Function
UsageLimitToJson
src/include/flock/model_manager/repository.hpp:63
↓ 1 callers
Function
ValidateAndAssignBatchSizeArg
src/custom_parser/query/model_parser.cpp:19
↓ 1 callers
Function
ValidateAndCleanContextColumn
Helper function to validate and clean context column, handling NULL values
src/functions/input_parser.cpp:8
↓ 1 callers
Function
ValidateUsageLimitObject
src/custom_parser/query/model_parser.cpp:31
↓ 1 callers
Function
WriteBatchResponseToResults
src/functions/scalar/scalar.cpp:64
↓ 1 callers
Function
_extract_usage_limit_error
Return (token_type, usage, limit) parsed from the CLI error output, or fail.
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:110
↓ 1 callers
Function
_model_slug
(model_name: str)
test/integration/src/integration/tests/functions/scalar/test_rate_limit.py:47
↓ 1 callers
Function
_usage_limit_json
( *, prompt_tokens_limit: Optional[int] = None, completion_tokens_limit: Optional[int] = None,
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:48
↓ 1 callers
Function
get_json_from_csv_output
Extract JSON value from DuckDB CSV output
test/integration/src/integration/tests/metrics/test_metrics.py:8
↓ 1 callers
Function
get_secrets_setup_sql
()
test/integration/src/integration/conftest.py:17
↓ 1 callers
Function
is_base64
src/model_manager/model.cpp:43
↓ 1 callers
Function
setup_test_db
(db_path)
test/integration/src/integration/setup_test_db.py:31
↓ 1 callers
Function
wasm_http_request
src/model_manager/providers/handlers/wasm_http.cpp:61
Method
AddApiDuration
Add API duration in microseconds (accumulative)
src/include/flock/metrics/base_manager.hpp:62
Method
AddApiDuration
Record API call duration in milliseconds (accumulative)
src/include/flock/metrics/manager.hpp:81
Method
AddCompletionRequest
test/unit/functions/usage_limit_provider.hpp:20
Method
AddCompletionRequest
src/model_manager/providers/adapters/azure.cpp:7
Method
AddCompletionRequest
src/model_manager/providers/adapters/openai.cpp:8
Method
AddCompletionRequest
src/model_manager/providers/adapters/anthropic.cpp:18
Method
AddCompletionRequest
src/model_manager/providers/adapters/ollama.cpp:7
Method
AddEmbeddingRequest
test/unit/functions/usage_limit_provider.hpp:28
Method
AddEmbeddingRequest
src/model_manager/providers/adapters/azure.cpp:96
Method
AddEmbeddingRequest
src/model_manager/providers/adapters/openai.cpp:96
Method
AddEmbeddingRequest
src/model_manager/providers/adapters/anthropic.cpp:99
Method
AddEmbeddingRequest
src/model_manager/providers/adapters/ollama.cpp:64
Method
AddExecutionTime
Add execution time in microseconds (accumulative)
src/include/flock/metrics/base_manager.hpp:68
Method
AddExecutionTime
Record execution time in milliseconds (accumulative)
src/include/flock/metrics/manager.hpp:90
Method
AddTranscriptionRequest
test/unit/functions/usage_limit_provider.hpp:30
Method
AddTranscriptionRequest
src/model_manager/providers/adapters/azure.cpp:107
Method
AddTranscriptionRequest
src/model_manager/providers/adapters/openai.cpp:105
Method
AddTranscriptionRequest
src/model_manager/providers/adapters/anthropic.cpp:103
Method
AddTranscriptionRequest
src/model_manager/providers/adapters/ollama.cpp:75
Method
AggregateFunctionBase
src/include/flock/functions/aggregate/aggregate.hpp:39
Method
AggregateFunctionState
src/include/flock/functions/aggregate/aggregate.hpp:18
Function
AnimatedCodeBlockToTable
()
docs/src/components/why-flock/AnimatedCode2Table.tsx:6
Method
AnthropicModelManager
src/include/flock/model_manager/providers/handlers/anthropic.hpp:16
Method
AnthropicProvider
src/include/flock/model_manager/providers/adapters/anthropic.hpp:10
Method
AttachToGlobalStorage
src/core/config/config.cpp:120
Method
AzureModelManager
src/include/flock/model_manager/providers/handlers/azure.hpp:7
Method
AzureProvider
src/include/flock/model_manager/providers/adapters/azure.hpp:10
Method
BaseModelProviderHandler
src/include/flock/model_manager/providers/handlers/base_handler.hpp:23
Method
BatchAndComplete
src/functions/scalar/scalar.cpp:297
Method
BatchAndCompleteAsync
src/functions/scalar/scalar.cpp:230
Method
BatchAndCompleteSync
src/functions/scalar/scalar.cpp:184
Method
Bind
src/functions/aggregate/llm_reduce/implementation.cpp:10
Method
Bind
src/functions/aggregate/llm_rerank/implementation.cpp:11
Method
Bind
src/functions/aggregate/llm_first_or_last/implementation.cpp:11
Method
Bind
src/functions/scalar/llm_embedding/implementation.cpp:9
Method
Bind
src/functions/scalar/llm_complete/implementation.cpp:10
Function
BulletPoint
({ children }: { children: React.ReactNode })
docs/src/components/why-flock/BulletPoint.tsx:3
Function
BulletPoints
({content})
docs/src/components/why-flock/WhyFlock.tsx:8
Function
Button
({ children, className, href }: { children: React.ReactNode; className?: string, href?: string })
docs/src/components/hero/buttons.tsx:4
Function
Button
({ href, children, className }: { href?: string, children: React.ReactNode; className?: string })
docs/src/components/cta/buttons.tsx:4
Function
CTA
()
docs/src/components/cta/CTA.tsx:5
Method
CastInputsToJson
src/functions/aggregate/aggregate.cpp:126
Method
CheckLimit
src/model_manager/usage_limiter.cpp:7
Method
ClearContext
Clear stored context (optional, auto-cleared on next StartInvocation)
src/include/flock/metrics/manager.hpp:99
Function
CodeBox
()
docs/src/components/why-flock/CodeBox.tsx:1
Function
CodeBox
()
docs/src/components/getting-started/CodeBox.tsx:5
Function
Collapse
(props: { children: React.ReactNode; title?: string })
docs/src/components/global/Collapse.tsx:3
Method
CollectCompletions
test/unit/functions/usage_limit_provider.hpp:32
Method
CollectCompletions
src/include/flock/model_manager/providers/provider.hpp:47
Method
CollectCompletions
src/include/flock/model_manager/providers/handlers/base_handler.hpp:41
Method
CollectEmbeddings
test/unit/functions/usage_limit_provider.hpp:71
Method
CollectEmbeddings
src/include/flock/model_manager/providers/provider.hpp:50
Method
CollectEmbeddings
src/include/flock/model_manager/providers/handlers/base_handler.hpp:48
Method
CollectTranscriptions
test/unit/functions/usage_limit_provider.hpp:76
Method
CollectTranscriptions
src/include/flock/model_manager/providers/provider.hpp:53
Method
CollectTranscriptions
src/include/flock/model_manager/providers/handlers/base_handler.hpp:57
Method
Combine
src/functions/aggregate/aggregate_state.cpp:36
Method
Combine
src/include/flock/functions/aggregate/llm_first_or_last.hpp:33
Method
Combine
src/include/flock/functions/aggregate/aggregate.hpp:125
Method
Combine
src/include/flock/functions/aggregate/llm_reduce.hpp:32
Method
Combine
src/include/flock/functions/aggregate/llm_rerank.hpp:32
Method
Complete
src/functions/scalar/scalar.cpp:177
Method
ConfigModelTable
src/core/config/model.cpp:44
Method
ConfigPromptTable
src/core/config/prompt.cpp:8
Method
ConfigSchema
src/core/config/config.cpp:54
Method
Configure
src/core/config/config.cpp:97
Method
ConfigureGlobal
src/core/config/config.cpp:58
Method
ConfigureLocal
src/core/config/config.cpp:76
Method
ConfigureTables
src/core/config/config.cpp:88
Method
ConstructBaseSecret
src/secret_manager/secret_manager.cpp:105
Method
ConstructInputTuples
src/prompt_manager/prompt_manager.cpp:160
Method
ConstructInputTuplesHeader
src/prompt_manager/prompt_manager.cpp:40
Method
ConstructInputTuplesHeaderMarkdown
src/prompt_manager/prompt_manager.cpp:70
← previous
next →
101–200 of 864, ranked by callers