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

Method String

coderd/idpsync/organization.go:229–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227}
228
229func (s *OrganizationSyncSettings) String() string {
230 if s.Mapping == nil {
231 s.Mapping = make(map[string][]uuid.UUID)
232 }
233 return runtimeconfig.JSONString(s)
234}
235
236func (s *OrganizationSyncSettings) MarshalJSON() ([]byte, error) {
237 if s.Mapping == nil {

Callers

nothing calls this directly

Calls 1

JSONStringFunction · 0.92

Tested by

no test coverage detected