Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douglance/devsql
/ with_context
Method
with_context
crates/ccql/src/search/mod.rs:84–88 ·
view source on GitHub ↗
(mut self, before: Vec<String>, after: Vec<String>)
Source
from the content-addressed store, hash-verified
82
}
83
84
pub fn with_context(mut self, before: Vec<String>, after: Vec<String>) -> Self {
85
self.context_before = before;
86
self.context_after = after;
87
self
88
}
89
}
Callers
1
execute_query
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected