Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ ModuleDef
Class
ModuleDef
libs/@local/hashql/core/src/module/std_lib/mod.rs:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
78
struct ModuleDef<
'heap>(SmallVec<ModuleEntry<'
heap>>);
79
80
impl<
'heap> ModuleDef<'
heap> {
81
const fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected