Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bionic-gpt/bionic-gpt
/ functions
Functions
924 in github.com/bionic-gpt/bionic-gpt
⨍
Functions
924
◇
Types & classes
318
Function
empty_string_is_none_i32
(deserializer: D)
crates/web-server/layout.rs:36
Function
event_stream_emits_error_event
()
crates/llm-proxy/ui_chat_stream_tests.rs:131
Function
event_stream_saves_on_end_with_tool_calls
()
crates/llm-proxy/ui_chat_stream_tests.rs:73
Function
event_stream_saves_on_error
()
crates/llm-proxy/ui_chat_stream_tests.rs:109
Method
execute
(&self, arguments: &str)
crates/integrations/tools/search_context.rs:121
Method
execute
(&self, _arguments: &str)
crates/integrations/tools/list_datasets.rs:62
Method
execute
(&self, arguments: &str)
crates/integrations/tools/list_documents.rs:56
Method
execute
(&self, arguments: &str)
crates/integrations/tools/read_document.rs:89
Method
execute
(&self, arguments: &str)
crates/integrations/tools/time_date.rs:16
Method
execute
(&self, arguments: &str)
crates/integrations/tools/list_dataset_files.rs:70
Function
execute_sql
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Json(request): Json<Ex
crates/postgres-mcp/src/handlers/sql.rs:20
Method
expecting
(&self, formatter: &mut fmt::Formatter)
crates/postgres-mcp/src/extractors/parameters.rs:20
Function
explain_query
( State(_state): State<AppState>, ConnectionString(conn): ConnectionString, Json(request): Json<Ex
crates/postgres-mcp/src/handlers/sql.rs:50
Function
extract_filter_columns
(filter: &str)
crates/postgres-mcp/src/sql_utils.rs:574
Function
extract_integer
( name: &str, value: &Value, ty: &Type, )
crates/postgres-mcp/src/sql_utils.rs:414
Method
failure
(id: Value, code: i32, message: String, data: Option<Value>)
crates/web-server/handlers/mcp/mod.rs:91
Function
filter_action
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, Form(filter_f
crates/web-server/handlers/audit_trail.rs:92
Method
fmt
(&self, f: &mut fmt::Formatter)
crates/llm-proxy/errors.rs:20
Method
fmt
(&self, f: &mut std::fmt::Formatter)
crates/object-storage/src/lib.rs:36
Method
fmt
(&self, f: &mut std::fmt::Formatter)
crates/web-pages/app_layout/mod.rs:51
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
crates/openai-api/lib.rs:174
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
crates/openai-api/src/lib.rs:197
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
crates/integrations/tools/web.rs:21
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
crates/postgres-mcp/src/error.rs:154
Method
fmt
(&self, f: &mut fmt::Formatter)
crates/web-server/errors.rs:37
Function
force_refresh_keeps_existing_refresh_token
()
crates/integrations/token_providers.rs:234
Function
format_timestamp
(value: time::OffsetDateTime)
crates/web-server/handlers/mcp/datasets_mcp.rs:863
Method
from
(err: axum::http::uri::InvalidUri)
crates/llm-proxy/errors.rs:80
Method
from
(err: TokioPostgresError)
crates/object-storage/src/lib.rs:47
Method
from
(err: hyper::Error)
crates/postgres-mcp/src/error.rs:91
Method
from
(err: axum::http::uri::InvalidUri)
crates/web-server/errors.rs:72
Method
from
(err: db::PoolError)
crates/web-server/handlers/mcp/datasets_mcp.rs:39
Method
from_env
Tries to load, verify, and return the licence from environment
crates/db/licence.rs:81
Method
from_request_parts
(parts: &mut Parts, _state: &S)
crates/llm-proxy/jwt.rs:44
Method
from_request_parts
(parts: &mut Parts, _state: &S)
crates/llm-proxy/user_config.rs:18
Method
from_request_parts
(parts: &mut Parts, state: &S)
crates/postgres-mcp/src/auth.rs:18
Method
from_request_parts
( parts: &mut Parts, _state: &S, )
crates/web-server/locale.rs:27
Method
from_request_parts
(parts: &mut Parts, _state: &S)
crates/web-server/jwt.rs:45
Method
from_spec
Create a new BionicOpenAPI instance from an already parsed OpenAPI v3 specification
crates/integrations/bionic_openapi.rs:45
Method
from_str
(s: &str)
crates/postgres-mcp/src/models/mod.rs:38
Function
get_object_details
( ConnectionString(conn): ConnectionString, Path(path): Path<GetObjectPath>, Query(query): Query<G
crates/postgres-mcp/src/handlers/schemas.rs:515
Method
get_title
(&self)
crates/integrations/bionic_openapi.rs:57
Method
get_tool
(&self)
crates/integrations/tools/open_api_tool.rs:216
Method
get_tool
(&self)
crates/integrations/tools/search_context.rs:117
Method
get_tool
(&self)
crates/integrations/tools/list_datasets.rs:58
Method
get_tool
(&self)
crates/integrations/tools/list_documents.rs:50
Method
get_tool
(&self)
crates/integrations/tools/read_document.rs:85
Method
get_tool
(&self)
crates/integrations/tools/time_date.rs:12
Method
get_tool
(&self)
crates/integrations/tools/list_dataset_files.rs:66
Method
global
Returns the global cached licence
crates/db/licence.rs:76
Function
handleClick
()
crates/web-assets/typescript/console/speach-to-text.ts:43
Function
handleClick
()
crates/web-assets/typescript/console/read-aloud.ts:5
Function
handle_dataset_json_rpc
( DatasetJsonRpcPath { dataset_id }: DatasetJsonRpcPath, Extension(pool): Extension<Pool>, headers
crates/web-server/handlers/mcp/datasets_mcp.rs:136
Function
handle_json_rpc
( JsonRpcPath { slug, connection_id, }: JsonRpcPath, Extension(pool): Extension<Po
crates/web-server/handlers/mcp/mod.rs:299
Function
handler
Reverse proxy all LLM API calls directly to the model This handles the calls that are NOT /v1/chat/completions
crates/llm-proxy/api_reverse_proxy.rs:11
Function
hex_to_bytes
(hex: &str)
crates/integration-testing/tests/common.rs:369
Function
hideSnackbar
()
crates/web-assets/typescript/layout/snackbar.ts:16
Function
image
( Image { team_id, id }: Image, current_user: Jwt, Extension(pool): Extension<Pool>, Extension
crates/web-server/handlers/assistants/image.rs:11
Function
index
( OidcEndpoint {}: OidcEndpoint, authentication: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/oidc_endpoint.rs:17
Function
index
( Index { team_id }: Index, current_user: Jwt, user_config: UserConfig, Extension(pool): Exten
crates/web-server/handlers/console/index.rs:14
Function
index
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, Extension(con
crates/web-server/handlers/projects/loader.rs:7
Function
index
( Index { team_id }: Index, Extension(pool): Extension<Pool>, current_user: Jwt, )
crates/web-server/handlers/team/index.rs:8
Function
index_loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/openapi_specs/loader.rs:15
Function
index_loader
( Index { team_id }: Index, locale: Locale, current_user: Jwt, Extension(pool): Extension<Pool
crates/web-server/handlers/assistants/loaders.rs:13
Function
initialize_returns_server_info
()
crates/web-server/handlers/mcp/tests.rs:254
Function
initialize_supports_march_2025_protocol
()
crates/web-server/handlers/mcp/tests.rs:333
Method
internal
(message: impl Into<String>)
crates/postgres-mcp/src/error.rs:40
Method
internal_id
(&self)
crates/web-server/handlers/mcp/mod.rs:175
Method
into_response
(self)
crates/postgres-mcp/src/error.rs:74
Function
invite
( AcceptInvite { invite_selector, invite_validator, }: AcceptInvite, Extension(poo
crates/web-server/handlers/team/accept_invite.rs:14
Function
is_none_or_empty_vec
(opt: &Option<Vec<T>>)
crates/openai-api/lib.rs:292
Function
is_none_or_empty_vec
(opt: &Option<Vec<T>>)
crates/openai-api/src/lib.rs:309
Method
item
(index: number)
crates/web-assets/typescript/console/speach-to-text.ts:180
Function
list_objects
( ConnectionString(conn): ConnectionString, Path(path): Path<ListObjectsPath>, Query(query): Query
crates/postgres-mcp/src/handlers/schemas.rs:81
Function
list_schemas
( ConnectionString(conn): ConnectionString, Query(query): Query<ListSchemasQuery>, )
crates/postgres-mcp/src/handlers/schemas.rs:26
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/code_sandbox.rs:23
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/models.rs:40
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/mcp_api_keys.rs:31
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/pipelines.rs:29
Function
loader
( Profile { team_id: team_slug }: Profile, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/profile.rs:37
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/web_search.rs:23
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/providers.rs:26
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/rate_limits.rs:24
Function
loader
( Index { team_id }: Index, locale: Locale, current_user: Jwt, Extension(pool): Extension<Pool
crates/web-server/handlers/history.rs:15
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/audit_trail.rs:22
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(config): Extension<Config>, Extension
crates/web-server/handlers/licence.rs:19
Function
loader
Index function
crates/web-server/handlers/documents.rs:29
Function
loader
( Index { team_id }: Index, locale: Locale, current_user: Jwt, Extension(pool): Extension<Pool
crates/web-server/handlers/integrations/loaders.rs:13
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/api_keys/loader.rs:8
Function
loader
Index function
crates/web-server/handlers/datasets/loader.rs:9
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/oauth_clients/loader.rs:9
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/automations/index.rs:8
Function
loader
( Index { team_id }: Index, current_user: Jwt, Extension(pool): Extension<Pool>, )
crates/web-server/handlers/categories/loader.rs:7
Function
main
()
crates/web-assets/build.rs:5
Function
main
()
crates/rag-engine/src/main.rs:12
Function
main
()
crates/airbyte-connector/src/main.rs:52
Function
main
()
crates/postgres-mcp/src/main.rs:20
Function
main
()
crates/dagger-pipeline/src/main.rs:9
Function
main
()
crates/db/build.rs:4
Function
main
()
crates/web-server/main.rs:18
← previous
next →
601–700 of 924, ranked by callers