Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ is_generic_fn
Function
is_generic_fn
codegraph-kernel/src/rlang.rs:57–59 ·
view source on GitHub ↗
GENERIC_FNS (r.ts:41).
(name: &str)
Source
from the content-addressed store, hash-verified
55
}
56
/// GENERIC_FNS (r.ts:41).
57
fn is_generic_fn(name: &str) -> bool {
58
matches!(name,
"setGeneric"
|
"setMethod"
)
59
}
60
61
struct Scope {
62
row: u32,
Callers
2
hook_call
Method · 0.85
hook_binary_operator
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected