MCPcopy Create free account

hub / github.com/10086XIAOZHANG/CP-WEB-NODE-PlATFORM / functions

Functions125 in github.com/10086XIAOZHANG/CP-WEB-NODE-PlATFORM

↓ 16 callersMethodget
(sid: string)
server/src/utils/session/store.ts:18
↓ 16 callersFunctionresolveApp
(relativePath)
client/config/paths.js:8
↓ 14 callersFunctions4
()
server/src/utils/tools/guid.ts:2
↓ 14 callersMethodset
(obj: any, { sid = this.getID(32), maxAge }: any = {})
server/src/utils/session/store.ts:23
↓ 10 callersFunctionresolve
(obj, args, ctx, info)
server/src/schema/graphql/Tag.ts:35
↓ 7 callersFunctionGuid
()
server/src/utils/tools/guid.ts:7
↓ 7 callersMethodgetById
(id: string = '')
server/src/controllers/TagController.ts:16
↓ 6 callersMethodpages
(args: any)
server/src/controllers/TagController.ts:21
↓ 6 callersMethodupdate
(args: any, ctx: Context)
server/src/controllers/TagController.ts:60
↓ 5 callersMethodinsert
(args: any, ctx: Context)
server/src/controllers/TagController.ts:44
↓ 3 callersFunctioncryptoPwd
(pwd: string, key: string)
server/src/utils/tools/crypto.ts:3
↓ 3 callersMethoddestroy
(sid: string)
server/src/utils/session/store.ts:30
↓ 3 callersFunctionfetch
(store)
client/src/pages/home/containers/home.js:18
↓ 2 callersMethodERRlogger
(ctx: Context, options: any)
server/src/controllers/LogsController.ts:103
↓ 2 callersFunctionKoaGraphql
( options: OptionsData | Function // Promise<OptionsData> )
server/src/core/graphql/index.ts:31
↓ 2 callersFunctionbase64url
(string: string, encoding: BufferEncoding)
server/src/core/jwt/sign.ts:33
↓ 2 callersFunctioncreateHmacSigner
(thing: string, secret: string | Buffer)
server/src/core/jwt/sign.ts:15
↓ 2 callersFunctiongetClientEnvironment
(publicUrl)
client/config/env.js:60
↓ 2 callersFunctiongetMatch
(routesArray, url)
client/server/render/render.js:27
↓ 2 callersFunctiongetPublicUrl
(appPackageJson)
client/config/paths.js:24
↓ 2 callersFunctionjson
(ctx: Koa.Context)
server/src/middlewares/response.ts:4
↓ 2 callersFunctionregisterValidSW
(swUrl)
client/src/pages/home/registerServiceWorker.js:46
↓ 2 callersFunctiontoString
(obj: any)
server/src/core/jwt/sign.ts:20
↓ 1 callersMethodAPIlogger
(ctx: Context, options: any)
server/src/controllers/LogsController.ts:66
↓ 1 callersFunctionCors
(options: CORSOptionsData = new CORSOptionsData())
server/src/core/cors/index.ts:12
↓ 1 callersFunctionDelay
(ms: number = 0)
server/src/utils/tools/delay.ts:2
↓ 1 callersFunctionMiddlewares
(App: Koa)
server/src/middlewares/index.ts:11
↓ 1 callersFunctionbooklist
(result)
client/src/pages/home/redux/actions/list.js:4
↓ 1 callersFunctionbuild
(previousFileSizes)
client/scripts/build.js:102
↓ 1 callersFunctioncanDisplayGraphQL
* Helper function to determine if GraphQL can be displayed.
server/src/core/graphql/index.ts:200
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl)
client/src/pages/home/registerServiceWorker.js:75
↓ 1 callersFunctionconfigureStore
(initState = {})
client/src/pages/home/redux/store/index.js:10
↓ 1 callersFunctionconnectDB
()
server/src/database/conectDB.ts:9
↓ 1 callersFunctionconnectMongo
()
server/src/database/conectDB.ts:27
↓ 1 callersFunctioncopyPublicFolder
()
client/scripts/build.js:143
↓ 1 callersFunctionensureSlash
(path, needsSlash)
client/config/paths.js:13
↓ 1 callersFunctionfetchBookList
(params)
client/src/pages/home/redux/actions/list.js:13
↓ 1 callersFunctiongetCreateStore
(ctx)
client/server/render/store.js:8
↓ 1 callersMethodgetID
(length: number)
server/src/utils/session/store.ts:14
↓ 1 callersFunctiongetParams
(ctx: Koa.Context)
server/src/middlewares/request.ts:35
↓ 1 callersFunctiongetPostData
(ctx: Context)
server/src/core/postData/index.ts:5
↓ 1 callersFunctiongetServedPath
(appPackageJson)
client/config/paths.js:33
↓ 1 callersMethodinit
()
server/src/app.ts:20
↓ 1 callersFunctionjwtSecuredInput
(header: any, payload: any, encoding: BufferEncoding)
server/src/core/jwt/sign.ts:42
↓ 1 callersFunctionlogger
(message)
client/config/webpack.config.prod.js:365
↓ 1 callersFunctionpage
(ctx: Koa.Context)
server/src/middlewares/response.ts:34
↓ 1 callersMethodregister
(ctx: Context)
server/src/controllers/AccountController.ts:44
↓ 1 callersFunctionrenderGraphQL
()
server/src/core/graphql/renderGraphQL.ts:18
↓ 1 callersFunctionsign
(payload: IPayloadOptions, secret: string | Buffer, opts: Options = new Options)
server/src/core/jwt/sign.ts:51
↓ 1 callersMethodstart
(port: number)
server/src/app.ts:40
↓ 1 callersFunctionverify
(jwtStr: string, opts: Options)
server/src/core/jwt/verify.ts:19
↓ 1 callersFunctionverifyEqual
(thing: string, sig: string, secrect: string | Buffer)
server/src/core/jwt/verify.ts:13
FunctionAbout
()
client/src/pages/home/containers/component.js:4
FunctionGuid16
()
server/src/utils/tools/guid.ts:15
FunctionGuid8
()
server/src/utils/tools/guid.ts:11
MethodKDJZ
(ctx: Context)
server/src/controllers/ServerAPIController.ts:7
FunctionKoaBody
(ctx: Context, next: () => Promise<any>)
server/src/core/postData/index.ts:27
FunctionMyGraphql
(ctx: Koa.Context)
server/src/routes/graphql.ts:16
FunctionSession
(opts: SessionOptions = new SessionOptions)
server/src/utils/session/index.ts:13
FunctionTopic
({ match })
client/src/pages/home/containers/component.js:10
FunctionTopics
({ match })
client/src/pages/home/containers/component.js:16
MethodapiPages
(ctx: Context)
server/src/controllers/LogsController.ts:19
Functionbefore
(app)
client/config/webpackDevServer.config.js:89
Functionbooklist
(state = { list: [], pagination: defaultPagination }, action)
client/src/pages/home/redux/reducers/list.js:8
MethodcheckLogin
(userId: string)
server/src/utils/session/store.ts:34
FunctioncomponentDidCatch
(error, info)
client/src/pages/home/containers/home.js:21
MethodcomponentDidCatch
(error, info)
client/src/pages/acticle/containers/home.js:51
MethodcomponentDidMount
()
client/src/pages/acticle/containers/home.js:26
FunctioncomponentWillMount
()
client/src/pages/home/containers/home.js:25
Methodcompose
(ctx: Context)
server/src/controllers/DemoController.ts:23
Methodcompose
(ctx: Context)
server/src/controllers/ServerAPIController.ts:28
Functionconstructor
()
client/src/pages/home/containers/home.js:9
Methodconstructor
()
client/src/pages/acticle/containers/home.js:6
Methodconstructor
()
server/src/app.ts:14
Methodconstructor
()
server/src/utils/session/store.ts:10
Methodconstructor
(msg: string)
server/src/core/jwt/verify.ts:5
Methodcreated_at
()
server/src/models/BaseModel.ts:16
MethoderrorsPages
(ctx: Context)
server/src/controllers/LogsController.ts:43
Methodfetch
(client)
client/src/pages/acticle/containers/home.js:12
MethodgetAll
(args: any)
server/src/controllers/LeaveMessageController.ts:10
MethodgetAll
(args: any)
server/src/controllers/ArticleController.ts:10
MethodgetAll
(args: any)
server/src/controllers/CommentController.ts:9
MethodgetAll
(args: any)
server/src/controllers/ArticleTypeController.ts:10
MethodgetAll
(args: any)
server/src/controllers/TagController.ts:10
MethodgetAll
(args: any)
server/src/controllers/UserController.ts:10
MethodgetById
(id: string = '')
server/src/controllers/LeaveMessageController.ts:15
MethodgetById
(id: string = '')
server/src/controllers/ArticleController.ts:16
MethodgetById
(id: string = '')
server/src/controllers/CommentController.ts:14
MethodgetById
(id: string = '')
server/src/controllers/ArticleTypeController.ts:15
MethodgetById
(id: string = '')
server/src/controllers/LogsController.ts:13
MethodgetById
(id: string = '')
server/src/controllers/UserController.ts:15
FunctiongetCacheKey
()
client/config/jest/cssTransform.js:10
FunctiongetDirPath
(relativePath)
client/config/paths.js:9
Methodid
()
server/src/models/BaseModel.ts:11
Functionignore
()
client/server/ignore.js:1
Methodinsert
(args: any, ctx: Context)
server/src/controllers/ArticleController.ts:64
Methodinsert
(args: any, ctx: Context)
server/src/controllers/ArticleTypeController.ts:51
Methodinsert
(args: any, ctx: Context)
server/src/controllers/UserController.ts:53
FunctionloadMore
(no)
client/src/pages/home/containers/home.js:36
Methodlogin
(ctx: Context)
server/src/controllers/AccountController.ts:16
next →1–100 of 125, ranked by callers