MCPcopy Index your code
hub / github.com/coder/coder / addOwnerForm

Method addOwnerForm

scripts/intxcheck/analyzer.go:440–445  ·  view source on GitHub ↗
(form exprForm)

Source from the content-addressed store, hash-verified

438}
439
440func (m *outerStoreMatcher) addOwnerForm(form exprForm) {
441 if form.text == "" || containsExprForm(m.ownerForms, form) {
442 return
443 }
444 m.ownerForms = append(m.ownerForms, form)
445}
446
447func (m *outerStoreMatcher) addStoreForm(form exprForm) {
448 if form.text == "" || containsExprForm(m.storeForms, form) {

Callers 2

newOuterStoreMatcherFunction · 0.95
collectAliasMethod · 0.95

Calls 1

containsExprFormFunction · 0.85

Tested by

no test coverage detected