Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
962
function
createUserPointer(userId) {
963
return
{
964
__type:
'Pointer'
,
965
className:
'_User'
,
966
objectId: userId,
967
};
968
}
Callers
1
DatabaseController.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected