Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elimity-com/scim
/ createID
Method
createID
server_test.go:375–379 ·
view source on GitHub ↗
createID returns a unique identifier for a resource.
()
Source
from the content-addressed store, hash-verified
373
374
// createID returns a unique identifier for a resource.
375
func
(h *testResourceHandler) createID() string {
376
id := fmt.Sprintf(
"%04d"
, h.nextID)
377
h.nextID++
378
return
id
379
}
Callers
1
Create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected