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

Method String

coderd/idpsync/role.go:288–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (s *RoleSyncSettings) String() string {
289 if s.Mapping == nil {
290 s.Mapping = make(map[string][]string)
291 }
292 return runtimeconfig.JSONString(s)
293}
294
295func (s *RoleSyncSettings) MarshalJSON() ([]byte, error) {
296 if s.Mapping == nil {

Callers 1

SyncRolesMethod · 0.45

Calls 1

JSONStringFunction · 0.92

Tested by

no test coverage detected