Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PatrickJS/NG6-starter
/ getUser
Function
getUser
client/app/common/user/user.factory.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
const
user = {};
3
4
let
getUser = () => {
5
return
user;
6
};
7
8
let
isSignedIn = () => {
9
return
user.isSignedIn;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected