Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pilfer/hermes_rs
/ CJSModuleInt
Class
CJSModuleInt
src/hermes/cjs_module.rs:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
#[cfg_attr(feature =
"serde"
, derive(serde::Serialize))]
50
#[derive(Debug)]
51
pub struct CJSModuleInt {
52
pub value: u32,
53
}
54
55
impl Serializable for CJSModuleInt {
56
type Version = u32;
Callers
1
visit_cjs_module_table
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected