MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / is_vue_collection_name

Function is_vue_collection_name

codegraph-kernel/src/tsjs/mod.rs:113–115  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

111}
112
113fn is_vue_collection_name(name: &str) -> bool {
114 matches!(name, "actions" | "mutations" | "getters")
115}
116
117/// One scope-stack entry (TS keeps node IDs; rows are our equivalent).
118struct Scope {

Calls

no outgoing calls

Tested by

no test coverage detected