Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ table
Function
table
flow-rs/src/config/table.rs:51–56 ·
view source on GitHub ↗
(value: Value)
Source
from the content-addressed store, hash-verified
49
use toml::toml;
50
51
fn table(value: Value) -> Table {
52
match value {
53
Value::Table(table) => table,
54
_ => unreachable!(),
55
}
56
}
57
58
#[test]
59
fn test_merge() {
Callers
1
test_merge
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_merge
Function · 0.68