Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ create_context
Function
create_context
graphlite/src/functions/list_functions.rs:377–379 ·
view source on GitHub ↗
(args: Vec<Value>)
Source
from the content-addressed store, hash-verified
375
use std::collections::HashMap;
376
377
fn create_context(args: Vec<Value>) -> FunctionContext {
378
FunctionContext::new(Vec::new(), HashMap::new(), args)
379
}
380
381
#[test]
382
fn test_list_contains() {
Callers
6
test_list_contains
Function · 0.85
test_list_slice
Function · 0.85
test_list_append
Function · 0.85
test_list_prepend
Function · 0.85
test_list_length
Function · 0.85
test_list_reverse
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_list_contains
Function · 0.68
test_list_slice
Function · 0.68
test_list_append
Function · 0.68
test_list_prepend
Function · 0.68
test_list_length
Function · 0.68
test_list_reverse
Function · 0.68