Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ CFrame
Class
CFrame
flow-rs/src/loader/python/unlimited.rs:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#[repr(C)]
17
#[derive(Copy, Clone)]
18
pub struct CFrame {
19
use_tracing: i32,
20
previous: *mut CFrame,
21
}
22
23
#[repr(C)]
24
#[derive(Copy, Clone)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected