MCPcopy Index your code
hub / github.com/parse-community/parse-server / createUserPointer

Function createUserPointer

spec/DatabaseController.spec.js:962–968  ·  view source on GitHub ↗
(userId)

Source from the content-addressed store, hash-verified

960}
961
962function createUserPointer(userId) {
963 return {
964 __type: 'Pointer',
965 className: '_User',
966 objectId: userId,
967 };
968}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected