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
getTranscriptionUrl
src/include/flock/model_manager/providers/handlers/openai.hpp:44
Method
get_default_models_table_name
src/core/config/model.cpp:6
Method
get_global_storage_path
src/core/config/config.cpp:14
Method
get_prompts_table_name
src/core/config/prompt.cpp:6
Method
get_schema_name
src/core/config/config.cpp:12
Method
get_user_defined_models_table_name
src/core/config/model.cpp:8
Function
handleScroll
()
docs/src/components/navbar/Navbar.tsx:15
Method
ignoreSSL
src/include/flock/model_manager/providers/handlers/session.hpp:227
Method
initCurl
src/include/flock/model_manager/providers/handlers/session.hpp:218
Function
integration_setup
(tmp_path_factory)
test/integration/src/integration/conftest.py:37
Method
isJson
src/include/flock/model_manager/providers/handlers/base_handler.hpp:419
Function
main
test/unit/test_main.cpp:18
Method
makeRequest
src/include/flock/model_manager/providers/handlers/session.hpp:383
Method
makeWasmRequest
src/include/flock/model_manager/providers/handlers/session.hpp:139
Function
model_config
(request)
test/integration/src/integration/tests/metrics/test_metrics.py:18
Function
model_config
Fixture to test with different models for text-only tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:14
Function
model_config
Fixture to test with different models for text-only tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_last.py:17
Function
model_config
Fixture to test with different models for text-only tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_first.py:17
Function
model_config
Fixture to test with different models for text-only tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:17
Function
model_config
Fixture to test with different models for text-only tests.
test/integration/src/integration/tests/functions/scalar/test_llm_complete.py:14
Function
model_config
Fixture to test with different models for text-only tests.
test/integration/src/integration/tests/functions/scalar/test_llm_filter.py:14
Function
model_config
Fixture to test with different embedding models.
test/integration/src/integration/tests/functions/scalar/test_llm_embedding.py:6
Function
model_config_image
Fixture to test with different models for image tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:20
Function
model_config_image
Fixture to test with different models for image tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_last.py:23
Function
model_config_image
Fixture to test with different models for image tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_first.py:23
Function
model_config_image
Fixture to test with different models for image tests.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:23
Function
model_config_image
Fixture to test with different models for image tests.
test/integration/src/integration/tests/functions/scalar/test_llm_complete.py:26
Function
model_config_image
Fixture to test with different models for image tests.
test/integration/src/integration/tests/functions/scalar/test_llm_filter.py:20
Method
operator()
src/include/flock/metrics/base_manager.hpp:88
Method
operator()
src/include/flock/metrics/base_manager.hpp:291
Method
operator()
src/include/flock/metrics/base_manager.hpp:307
Method
operator()
src/include/flock/metrics/data_structures.hpp:93
Method
operator==
src/include/flock/metrics/base_manager.hpp:82
Method
operator==
src/include/flock/metrics/base_manager.hpp:285
Method
operator==
src/include/flock/metrics/base_manager.hpp:301
Method
postRequest
src/include/flock/model_manager/providers/handlers/anthropic.hpp:63
Method
postRequest
src/include/flock/model_manager/providers/handlers/azure.hpp:70
Method
postRequest
src/include/flock/model_manager/providers/handlers/ollama.hpp:36
Method
postRequest
src/include/flock/model_manager/providers/handlers/openai.hpp:55
Method
prepareSessionForRequest
src/include/flock/model_manager/providers/handlers/anthropic.hpp:53
Method
prepareSessionForRequest
src/include/flock/model_manager/providers/handlers/azure.hpp:62
Method
prepareSessionForRequest
src/include/flock/model_manager/providers/handlers/ollama.hpp:30
Method
prepareSessionForRequest
src/include/flock/model_manager/providers/handlers/openai.hpp:47
Function
pytest_generate_tests
(metafunc)
test/integration/src/integration/tests/functions/scalar/test_usage_limit.py:20
Function
pytest_generate_tests
(metafunc)
test/integration/src/integration/tests/functions/scalar/test_rate_limit.py:23
Function
run_sql_command
(db_path: str, sql_command: str, description: str = "")
test/integration/src/integration/setup_test_db.py:13
Method
setBeta
src/include/flock/model_manager/providers/handlers/session.hpp:80
Method
setMultiformPart
src/include/flock/model_manager/providers/handlers/session.hpp:251
Method
setParameters
src/include/flock/model_manager/providers/handlers/anthropic.hpp:57
Method
setParameters
src/include/flock/model_manager/providers/handlers/azure.hpp:65
Method
setParameters
src/include/flock/model_manager/providers/handlers/ollama.hpp:31
Method
setParameters
src/include/flock/model_manager/providers/handlers/openai.hpp:50
Method
setProxyUrl
src/include/flock/model_manager/providers/handlers/session.hpp:233
Method
set_auth_header
src/include/flock/model_manager/providers/handlers/session.hpp:441
Function
test_aggregate_function_debug_metrics
Test debug metrics for aggregate functions
test/integration/src/integration/tests/metrics/test_metrics.py:600
Function
test_aggregate_function_metrics_merging_multiple_groups
Test that each GROUP BY group produces one merged metrics entry
test/integration/src/integration/tests/metrics/test_metrics.py:485
Function
test_aggregate_function_metrics_merging_with_group_by
Test that metrics from multiple states in a single aggregate call are merged into one entry
test/integration/src/integration/tests/metrics/test_metrics.py:417
Function
test_aggregate_function_metrics_tracking
Test that aggregate functions track metrics correctly
test/integration/src/integration/tests/metrics/test_metrics.py:350
Function
test_anthropic_completion_basic
Test basic Anthropic completion works.
test/integration/src/integration/tests/functions/scalar/test_anthropic_specific.py:42
Function
test_anthropic_embedding_error
Test that Anthropic provider correctly rejects embedding requests.
test/integration/src/integration/tests/functions/scalar/test_anthropic_specific.py:14
Function
test_anthropic_image_with_url
Test Anthropic completion with image URL (downloaded and converted to base64).
test/integration/src/integration/tests/functions/scalar/test_anthropic_specific.py:127
Function
test_anthropic_model_params
Test Anthropic completion with custom model parameters.
test/integration/src/integration/tests/functions/scalar/test_anthropic_specific.py:97
Function
test_anthropic_with_system_prompt
Test Anthropic completion with system prompt.
test/integration/src/integration/tests/functions/scalar/test_anthropic_specific.py:66
Function
test_create_and_get_model
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:4
Function
test_create_and_get_prompt
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:4
Function
test_create_anthropic_secret
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:39
Function
test_create_anthropic_secret_missing_required_field
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:57
Function
test_create_anthropic_secret_with_api_version
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:47
Function
test_create_azure_secret
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:23
Function
test_create_azure_secret_missing_required_fields
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:73
Function
test_create_get_delete_global_model
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:16
Function
test_create_get_delete_global_prompt
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:15
Function
test_create_local_model_explicit
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:30
Function
test_create_local_prompt_explicit
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:28
Function
test_create_model_duplicate_error
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:142
Function
test_create_model_invalid_json_args
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:169
Function
test_create_model_invalid_syntax
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:151
Function
test_create_model_with_args
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:51
Function
test_create_model_with_comment
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:286
Function
test_create_model_with_comment_before
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:295
Function
test_create_model_with_invalid_tuple_format
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:42
Function
test_create_model_without_semicolon
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:277
Function
test_create_ollama_secret
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:31
Function
test_create_ollama_secret_missing_required_field
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:89
Function
test_create_openai_secret
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:5
Function
test_create_openai_secret_missing_required_field
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:65
Function
test_create_openai_secret_with_base_url
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:13
Function
test_create_prompt_duplicate_error
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:104
Function
test_create_prompt_invalid_syntax
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:113
Function
test_create_prompt_with_comment
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:172
Function
test_create_prompt_with_comment_before
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:181
Function
test_create_prompt_without_semicolon
(integration_setup)
test/integration/src/integration/tests/prompt_parser/test_prompt_parser.py:163
Function
test_create_secret_empty_api_key
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:112
Function
test_create_secret_empty_name
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:105
Function
test_create_secret_with_unsupported_type
(integration_setup)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:97
Function
test_create_secrets_parametrized
(integration_setup, provider_type, required_fields)
test/integration/src/integration/tests/secret_manager/test_secret_manager.py:173
Function
test_debug_metrics_registration_order
Test that debug metrics include registration_order
test/integration/src/integration/tests/metrics/test_metrics.py:289
Function
test_delete_model
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:64
Function
test_delete_model_without_semicolon
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:305
Function
test_delete_nonexistent_model
(integration_setup)
test/integration/src/integration/tests/model_parser/test_model_parser.py:182
← previous
next →
601–700 of 864, ranked by callers