MCPcopy 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).
57fn is_generic_fn(name: &str) -> bool {
58 matches!(name, "setGeneric" | "setMethod")
59}
60
61struct Scope {
62 row: u32,

Callers 2

hook_callMethod · 0.85
hook_binary_operatorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected