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

Method addStoreForm

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

Source from the content-addressed store, hash-verified

445}
446
447func (m *outerStoreMatcher) addStoreForm(form exprForm) {
448 if form.text == "" || containsExprForm(m.storeForms, form) {
449 return
450 }
451 m.storeForms = append(m.storeForms, form)
452}
453
454func containsExprForm(forms []exprForm, want exprForm) bool {
455 for _, form := range forms {

Callers 2

newOuterStoreMatcherFunction · 0.95
collectAliasMethod · 0.95

Calls 1

containsExprFormFunction · 0.85

Tested by

no test coverage detected