Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ new
Method
new
src/jit_runtime.rs:15–17 ·
view source on GitHub ↗
Create new JIT runtime
()
Source
from the content-addressed store, hash-verified
13
impl JitRuntime {
14
/// Create new JIT runtime
15
pub fn new() -> Self {
16
Self {}
17
}
18
}
19
20
impl Default for JitRuntime {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected