Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xantier/nerd-stack
/ functions
Functions
122 in github.com/Xantier/nerd-stack
⨍
Functions
122
◇
Types & classes
28
↓ 11 callers
Method
getData
(context)
app/components/user/UserActions.js:6
↓ 5 callers
Method
del
(id)
app/components/thing/ThingActions.js:18
↓ 5 callers
Function
httpGet
(url, dispatch, context)
app/services/fetcher.js:36
↓ 5 callers
Function
next
()
spec/services/thingService.spec.js:63
↓ 4 callers
Method
getData
(context)
app/components/thing/ThingActions.js:6
↓ 4 callers
Method
register
(db)
app/data/neo4j/model/User.js:4
↓ 4 callers
Function
render
()
app/render/client.js:16
↓ 3 callers
Method
create
(payload)
app/components/thing/ThingActions.js:10
↓ 3 callers
Function
ensureTokenKey
(token)
app/util/cache.js:3
↓ 3 callers
Function
httpDel
(url, dispatch)
app/services/fetcher.js:76
↓ 3 callers
Function
httpPost
(url, payload, dispatch)
app/services/fetcher.js:52
↓ 3 callers
Function
httpPut
(url, payload, dispatch)
app/services/fetcher.js:95
↓ 3 callers
Function
mapToObject
(thing)
app/data/mongo/persistence/thingRepository.js:1
↓ 3 callers
Function
respond
(req, res, data)
app/services/responder.js:1
↓ 2 callers
Function
getHelloString
()
app/components/user/Profile.jsx:10
↓ 2 callers
Function
getHelloString
()
app/components/index/Hello.jsx:11
↓ 2 callers
Function
getThings
()
app/components/thing/ThingContainer.jsx:12
↓ 2 callers
Function
mapToObject
(thing)
app/data/redis/persistence/thingRepository.js:1
↓ 2 callers
Method
register
(bookshelf)
app/data/bookshelf/model/User.js:2
↓ 2 callers
Method
register
(mongoose)
app/data/mongo/model/User.js:2
↓ 2 callers
Method
register
(thinky)
app/data/rethinkdb/model/User.js:2
↓ 2 callers
Method
register
(nohm)
app/data/redis/model/User.js:3
↓ 2 callers
Method
register
(db)
app/data/couchdb/model/User.js:3
↓ 2 callers
Function
respond
(unimportant1, unimportant2, _respondData)
spec/services/thingService.spec.js:7
↓ 2 callers
Method
update
(id, payload)
app/components/thing/ThingActions.js:14
↓ 1 callers
Function
create
(response)
app/components/thing/ThingStore.js:17
↓ 1 callers
Function
getXhrData
(url, cb)
app/services/fetcher.js:6
↓ 1 callers
Function
handleChildren
(promises, children)
app/util/dataLoader.js:5
↓ 1 callers
Function
handleServerRequest
(url, context)
app/services/serverMediator.js:4
↓ 1 callers
Function
mapToObjects
(things)
app/data/mongo/persistence/thingRepository.js:7
↓ 1 callers
Function
normalizePort
(val)
app/config/server.js:16
↓ 1 callers
Function
remove
(response)
app/components/thing/ThingStore.js:21
↓ 1 callers
Function
renderWithReact
(req, token, cb)
app/render/server.js:9
↓ 1 callers
Function
setText
(newText)
app/components/user/UserStore.js:9
↓ 1 callers
Function
setText
(_things)
app/components/thing/ThingStore.js:10
↓ 1 callers
Function
update
(response)
app/components/thing/ThingStore.js:29
Function
_createThing
(e)
app/components/thing/ThingContainer.jsx:38
Function
_delete
(e)
app/components/thing/Thing.jsx:19
Function
_enableEditMode
()
app/components/thing/Thing.jsx:23
Function
_maybeGetData
()
app/components/thing/ThingContainer.jsx:48
Function
_modify
(e)
app/components/thing/Thing.jsx:26
Function
_modify
(id, payload)
app/components/thing/ThingContainer.jsx:53
Function
_onChange
()
app/components/thing/ThingContainer.jsx:42
Function
_setChangedText
(event)
app/components/thing/Thing.jsx:31
Function
_setChangedText
(event)
app/components/thing/ThingContainer.jsx:45
Function
add
(req, res)
app/services/userService.js:15
Function
add
(req, res)
app/services/thingService.js:18
Function
addThingToUser
(db, payload, cb)
app/data/neo4j/persistence/thingRepository.js:16
Function
addThingToUser
(db, payload, cb)
app/data/bookshelf/persistence/thingRepository.js:12
Function
addThingToUser
(db, payload, cb)
app/data/mongo/persistence/thingRepository.js:30
Function
addThingToUser
(db, payload, cb)
app/data/rethinkdb/persistence/thingRepository.js:9
Function
addThingToUser
(db, payload, cb)
app/data/redis/persistence/thingRepository.js:31
Function
addThingToUser
(db, payload, cb)
app/data/couchdb/persistence/thingRepository.js:21
Function
auth
(req, res, next)
app/router/router.js:32
Function
clean
(token)
app/util/cache.js:19
Function
componentDidMount
()
app/components/decorators/MaterialRebindMixin.js:2
Function
componentDidMount
()
app/components/thing/ThingContainer.jsx:27
Function
componentDidUpdate
()
app/components/decorators/MaterialRebindMixin.js:5
Function
componentWillMount
()
app/components/decorators/ContextMixin.js:7
Function
componentWillUnmount
()
app/components/thing/ThingContainer.jsx:33
Function
del
(req, res)
app/services/thingService.js:34
Function
deleteThing
(db, id, cb)
app/data/neo4j/persistence/thingRepository.js:26
Function
deleteThing
(db, id, cb)
app/data/bookshelf/persistence/thingRepository.js:25
Function
deleteThing
(db, id, cb)
app/data/mongo/persistence/thingRepository.js:48
Function
deleteThing
(db, id, cb)
app/data/rethinkdb/persistence/thingRepository.js:21
Function
deleteThing
(db, id, cb)
app/data/redis/persistence/thingRepository.js:43
Function
deleteThing
(db, id, cb)
app/data/couchdb/persistence/thingRepository.js:36
Function
down
(knex, Promise)
app/data/bookshelf/migrations/00000000000000000.js:21
Function
expire
(token, key)
app/util/cache.js:25
Function
get
(req, res, next)
app/services/userService.js:5
Function
get
(req, res, next)
app/services/thingService.js:6
Function
get
(token, key)
app/util/cache.js:14
Function
getChildContext
()
app/components/index/Index.jsx:16
Function
getInitialState
()
app/components/user/Profile.jsx:22
Function
getInitialState
()
app/components/index/Hello.jsx:24
Function
getInitialState
()
app/components/thing/Thing.jsx:16
Function
getInitialState
()
app/components/thing/ThingContainer.jsx:24
Function
getThingsById
(db, id, cb)
app/data/neo4j/persistence/thingRepository.js:1
Function
getThingsById
(db, id, cb)
app/data/bookshelf/persistence/thingRepository.js:1
Function
getThingsById
(db, id, cb)
app/data/mongo/persistence/thingRepository.js:16
Function
getThingsById
(db, id, cb)
app/data/rethinkdb/persistence/thingRepository.js:1
Function
getThingsById
(db, id, cb)
app/data/redis/persistence/thingRepository.js:8
Function
getThingsById
(db, id, cb)
app/data/couchdb/persistence/thingRepository.js:1
Function
getUser
(db, id, cb)
app/data/neo4j/persistence/userRepository.js:1
Function
getUser
(db, id, cb)
app/data/bookshelf/persistence/userRepository.js:1
Function
getUser
(db, id, cb)
app/data/mongo/persistence/userRepository.js:1
Function
getUser
(db, id, cb)
app/data/rethinkdb/persistence/userRepository.js:1
Function
getUser
(db, id, cb)
app/data/redis/persistence/userRepository.js:1
Function
getUser
(db, id, cb)
app/data/couchdb/persistence/userRepository.js:1
Function
load
()
spec/util/dataLoader.spec.js:9
Function
onError
(error)
app/config/server.js:32
Function
onListening
()
app/config/server.js:59
Method
register
(db)
app/data/neo4j/model/Thing.js:4
Method
register
(bookshelf)
app/data/bookshelf/model/Thing.js:2
Method
register
(mongoose)
app/data/mongo/model/Thing.js:2
Method
register
(thinky)
app/data/rethinkdb/model/Thing.js:2
Method
register
(nohm)
app/data/redis/model/Thing.js:3
Method
register
(db)
app/data/couchdb/model/Thing.js:2
Function
render
()
app/components/index/Register.jsx:13
Function
render
()
app/components/index/Signin.jsx:13
next →
1–100 of 122, ranked by callers