Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ Get
Method
Get
tests/cpp/test_reflection.cc:645–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
643
int Feed(const Cat*, int amount) { return 100 + amount; }
644
int Feed(const Dog*, int amount) { return 200 + amount; }
645
int Get(int x) { return 4000 + x; }
646
int Get(int x) const { return 5000 + x; }
647
};
648
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected