Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ meta_field_preserves_value
Function
meta_field_preserves_value
crates/kernel/src/mode.rs:325–329 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
324
type MField<
325
T: MetaHash + MetaDisplay + PartialEq + Clone + Debug + Hash + Send + Sync,
326
> = ();
327
328
fn meta_field<
329
T: MetaHash + MetaDisplay + PartialEq + Clone + Debug + Hash + Send + Sync,
330
>(
331
_val: T,
332
) {
Callers
nothing calls this directly
Calls
2
mk_name
Function · 0.70
clone
Method · 0.45
Tested by
no test coverage detected