MCPcopy 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_containsFunction · 0.85
test_list_sliceFunction · 0.85
test_list_appendFunction · 0.85
test_list_prependFunction · 0.85
test_list_lengthFunction · 0.85
test_list_reverseFunction · 0.85

Calls

no outgoing calls

Tested by 6

test_list_containsFunction · 0.68
test_list_sliceFunction · 0.68
test_list_appendFunction · 0.68
test_list_prependFunction · 0.68
test_list_lengthFunction · 0.68
test_list_reverseFunction · 0.68