Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ciphermodelabs/ciphercore
/ get_evaluator
Function
get_evaluator
ciphercore-base/src/bin/ciphercore_inspect.rs:302–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
fn get_evaluator() -> Result<SimpleEvaluator> {
303
SimpleEvaluator::new(None)
304
}
305
306
fn get_inline_mode(mode_val: Option<InlineModeArg>) -> InlineMode {
307
match mode_val {
Callers
2
main
Function · 0.70
compile_context
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected