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

Method UpdateUserLinkRawJSON

coderd/database/oidcclaims_test.go:247–247  ·  view source on GitHub ↗
(ctx context.Context, userID uuid.UUID, data json.RawMessage)

Source from the content-addressed store, hash-verified

245
246type rawUpdater interface {
247 UpdateUserLinkRawJSON(ctx context.Context, userID uuid.UUID, data json.RawMessage) error
248}

Callers 1

withLinkMethod · 0.65

Implementers 1

sqlQueriercoderd/database/db.go

Calls

no outgoing calls

Tested by 1

withLinkMethod · 0.52