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

Method String

coderd/idpsync/group.go:309–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307}
308
309func (s *GroupSyncSettings) String() string {
310 if s.Mapping == nil {
311 s.Mapping = make(map[string][]uuid.UUID)
312 }
313 return runtimeconfig.JSONString(s)
314}
315
316func (s *GroupSyncSettings) MarshalJSON() ([]byte, error) {
317 if s.Mapping == nil {

Callers

nothing calls this directly

Calls 1

JSONStringFunction · 0.92

Tested by

no test coverage detected