MCPcopy Create free account

hub / github.com/bridge-codes/bridge / functions

Functions132 in github.com/bridge-codes/bridge

↓ 10 callersFunctiontrack
(name: string, data: any)
www/src/analytics/mixpanel.ts:3
↓ 8 callersMethodtoString
()
packages/bridge/source/utilities/formidable.ts:51
↓ 6 callersFunctionisJSONHandler
(data: any)
packages/bridge-compile/bin/openapi.ts:5
↓ 6 callersMethodsetNext
(handler: Handler)
packages/bridge/source/core/handler.ts:15
↓ 4 callersFunctionJSONTypeToTSInterface
(JSONType: JSONTypeI)
packages/bridge-compile/bin/sdk-compilers/typescript/json-type-to-ts-interface.ts:3
↓ 4 callersFunctionhttpError
( status: Status, name: Name, data?: Data, )
packages/bridge/source/error/index.ts:15
↓ 3 callersFunctionconvertJSONTypeToSchemaObject
(jsonType: JSONTypeI)
packages/bridge-compile/bin/openapi.ts:16
↓ 3 callersFunctioncreateHttpHandler
( routes: BridgeRoutes, config?: { errorHandler?: ErrorHandler; formidable?: any; logs?: boolean }, )
packages/bridge/source/server/adapters/node-http.ts:16
↓ 3 callersFunctionhandler
(routeParams)
packages/bridge/source/core/index.ts:5
↓ 3 callersFunctioninitBridge
({ routes, errorHandler, formidable, logs, }: { routes: Routes; formidable?: any; errorHandler?:
packages/bridge/source/bridge.ts:21
↓ 3 callersFunctionwriteFileAsync
(filePath: string, content: string)
packages/bridge-compile/bin/utils/fsAsync.ts:3
↓ 2 callersFunctionconvertJSONTypeObjectToOpenAPIPath
(jsonTypeObject: JSONTypeObject)
packages/bridge-compile/bin/openapi.ts:207
↓ 2 callersFunctionconvertJSONTypeRequestToPathObject
(jsonHandler: JSONHandlerContent)
packages/bridge-compile/bin/openapi.ts:88
↓ 2 callersFunctioncopyCommand
()
www/src/pages/index.tsx:50
↓ 2 callersFunctionenter
(e, item, content)
www/src/components/NewCode.tsx:42
↓ 2 callersFunctionisArrayWithPos
(type: Type)
packages/bridge-compile/bin/parser/ts-parser/utils.ts:3
↓ 2 callersFunctionisHandler
(data: any)
packages/bridge-compile/bin/parser/transform-json-type.ts:25
↓ 2 callersFunctionmkdirAsync
(folderPath: string)
packages/bridge-compile/bin/utils/fsAsync.ts:12
↓ 1 callersFunctioncapitalizeFirstLetter
(text: string)
packages/bridge-compile/bin/sdk-compilers/utils.ts:21
↓ 1 callersFunctioncleanJSONType
(JSONType: JSONTypeI)
packages/bridge-compile/bin/parser/transform-json-type.ts:50
↓ 1 callersFunctionconvertBridgeRoutesToServerRoutes
( routes: BridgeRoutes, prefix: string, hasFormidable: boolean, )
packages/bridge/source/routes/convert.ts:7
↓ 1 callersFunctioncopy
(src: string, dest: string)
packages/create-bridge-app/bin/renameSync.ts:11
↓ 1 callersFunctioncopyCommand
()
www/src/pages/studio.tsx:549
↓ 1 callersFunctioncreateBridgeConfigWithPrompt
()
packages/bridge-compile/bin/index.ts:53
↓ 1 callersFunctioncreateBridgeConfigWithPrompt
( packageJsonProjectName?: string, )
packages/bridge-studio/bin/index.ts:71
↓ 1 callersFunctioncreateJSONType
(checker: ts.TypeChecker, type: ts.Type, node: ts.Node, depth: number = 0)
packages/bridge-compile/bin/parser/ts-parser/create-json-type.ts:8
↓ 1 callersFunctiondirectoryExists
(path: string)
packages/bridge/source/utilities/dirExists.ts:3
↓ 1 callersFunctionfindSourceFilePath
(dir: string)
packages/bridge-compile/bin/parser/find-source-file.ts:7
↓ 1 callersFunctionformatReturnTypeJSON
(jsonHandler: JSONHandler, additionalErrors: JSONTypeI[] = [])
packages/bridge-compile/bin/sdk-compilers/utils.ts:64
↓ 1 callersFunctionformidableAsyncParseFiles
( req: IncomingMessage, formidable: any, )
packages/bridge/source/server/http-transormers/formidable-async.ts:4
↓ 1 callersFunctiongetBridgeConfig
()
packages/bridge-compile/bin/index.ts:43
↓ 1 callersFunctiongetBridgeConfig
()
packages/bridge-studio/bin/index.ts:14
↓ 1 callersFunctiongetHandlerTSFileContent
( handler: JSONHandler, pathArray: string[], depth: number, method: 'GET' | 'POST' | 'PATCH' | 'PUT' |
packages/bridge-compile/bin/sdk-compilers/typescript/compilers/handler-file-compiler.ts:24
↓ 1 callersFunctiongetIndexTSFileContent
( root: BridgeRoutesTree, path: string[] = [] )
packages/bridge-compile/bin/sdk-compilers/typescript/compilers/index-import-file-compiler.ts:3
↓ 1 callersFunctiongetJSONDataFromRequestStream
(request: IncomingMessage)
packages/bridge/source/server/http-transormers/body-json.ts:3
↓ 1 callersFunctiongetJSONQueryFromURL
(queryUrl: string)
packages/bridge/source/server/http-transormers/query-json.ts:1
↓ 1 callersFunctiongetPackageJSON
()
packages/bridge-compile/bin/index.ts:35
↓ 1 callersFunctiongetPackageJSON
()
packages/bridge-studio/bin/index.ts:34
↓ 1 callersFunctiongetParamError
(param: (typeof params)[number])
packages/bridge-compile/bin/sdk-compilers/utils.ts:44
↓ 1 callersFunctiongetProjectZipBuffer
()
packages/bridge-studio/bin/index.ts:44
↓ 1 callersFunctiongetQueryUrl
(query: FETCH['query'])
packages/bridge-studio/sdk/bridgeFetchMethod.ts:15
↓ 1 callersFunctiongetQueryUrl
(query: FETCH['query'])
examples/minimal-http/sdk/bridgeFetchMethod.ts:15
↓ 1 callersFunctiongetQueryUrl
(query: FETCH['query'])
examples/minimal-express/sdk/bridgeFetchMethod.ts:15
↓ 1 callersFunctiongetQueryUrl
(query: FETCH['query'])
examples/bridge-mongodb-boilerplate/sdk/bridgeFetchMethod.ts:15
↓ 1 callersFunctionhasHandlers
(JSONType: JSONTypeI)
packages/bridge-compile/bin/parser/transform-json-type.ts:40
↓ 1 callersFunctionhasProjectPNPM
(projectTempPath: string)
packages/bridge-compile/bin/index.ts:26
↓ 1 callersFunctionisBridgeError
(object: any)
packages/bridge/source/error/index.ts:9
↓ 1 callersFunctionisBridgeHandler
(data: any)
packages/bridge/source/core/handlers/bridge.ts:74
↓ 1 callersFunctionisBridgeMethod
(obj: any)
packages/bridge/source/routes/method.ts:32
↓ 1 callersFunctionisBridgeRoutes
(data: any)
packages/bridge/source/routes/types.ts:10
↓ 1 callersFunctionisError
(data: any)
packages/bridge-compile/bin/parser/transform-json-type.ts:33
↓ 1 callersFunctionisHandler
(data: any)
packages/bridge-compile/bin/sdk-compilers/utils.ts:15
↓ 1 callersFunctionisJSONMethods
(data: any)
packages/bridge-compile/bin/openapi.ts:8
↓ 1 callersFunctionisTypeDepthGreaterThan
( checker: ts.TypeChecker, type: ts.Type, node: ts.Node, maxDepth: number, depth = 0 )
packages/bridge-compile/bin/parser/ts-parser/recursive-checker.ts:5
↓ 1 callersFunctionlaunch
()
packages/fetch-bridge-sdk/bin/index.ts:9
↓ 1 callersFunctionlaunch
()
packages/bridge-compile/bin/index.ts:88
↓ 1 callersFunctionlaunch
()
packages/bridge-studio/bin/index.ts:139
↓ 1 callersFunctionlaunch
()
packages/create-bridge-app/bin/index.ts:10
↓ 1 callersFunctiononError
(p)
packages/bridge/source/error/listener.ts:8
↓ 1 callersFunctionremoveAddedCode
(absolutePath: string, addedCode: string)
packages/bridge-compile/bin/parser/remove-added-code.ts:3
↓ 1 callersFunctionreq
()
packages/bridge-react-query/source/index.ts:62
↓ 1 callersFunctionsetInitialTheme
()
www/docusaurus.preferredTheme.js:20
↓ 1 callersFunctionsleep
(ms: number)
packages/bridge-studio/bin/index.ts:137
↓ 1 callersFunctionuseBridgeMutation
( mutationFn: MutationFunction< { data: TData; error: undefined } | { data: undefined; error: TError },
packages/bridge-react-query/source/index.ts:41
↓ 1 callersFunctionuseBridgeQuery
( queryKey: TQueryKey, queryFn: QueryFunction< | { data: Exclude<TData, undefined>; error: undefined }
packages/bridge-react-query/source/index.ts:11
↓ 1 callersFunctionwriteHandlersFilesAndFolders
( JSONType: JSONTypeI, filePath: string, routesTree: BridgeRoutesTree, pathArray: string[] = [] )
packages/bridge-compile/bin/sdk-compilers/typescript/write-handlers-file.ts:22
FunctionBreadcrumb
({ text }: { text: string })
www/src/pages/index.tsx:279
FunctionBridgeStudioBeta
({ customText }: { customText?: string })
www/src/pages/index.tsx:261
FunctionClient
()
www/src/components/Code.tsx:107
FunctionCode
()
www/src/components/Code.tsx:5
FunctionCode
( { codeLast, newTextToWrite, code, animationDelay, show, animated, maxHeight }: { newTextToWrite?
www/src/pages/test.tsx:228
FunctionCode
( { codeLast, newTextToWrite, code, animationDelay, suggestions, show, animated, maxHeight }: { ne
www/src/pages/studio.tsx:286
FunctionCode
( { codeLast, newTextToWrite, code, animationDelay, show, animated, maxHeight }: { newTextToWrite?
www/src/pages/test2.tsx:227
FunctionContinueWithGithubButton
({ customText }: { customText?: string })
www/src/pages/studio.tsx:529
FunctionCustomCard
(props: CustomCardType)
www/src/pages/studio.tsx:375
FunctionCustomCodeNoMemo
({ display, codeString, marginTop, maxHeight, highlight, delay, }: { marginTop?: number; displ
www/src/pages/index.tsx:625
FunctionCustomInner
({ display, codeString, maxHeight, showOnHover, highlight, top, }: { display: boolean; codeStr
www/src/pages/index.tsx:528
FunctionDocumentation
()
www/src/pages/studio.tsx:38
FunctionFeature
({title, Svg, description}: FeatureItem)
www/src/components/HomepageFeatures/index.tsx:44
FunctionFeatureElement
({ selected, index, setSelected, }: { selected: boolean; index: number; setSelected: any; })
www/src/pages/code.tsx:174
FunctionFeatureElement
({ selected, icon, title, text, index, setSelected, }: { selected: boolean; icon: string; ti
www/src/pages/index.tsx:569
FunctionFeaturesDemo
()
www/src/pages/code.tsx:21
FunctionFeaturesDemo
()
www/src/pages/index.tsx:290
FunctionGitHubIntegration
()
www/src/pages/studio.tsx:515
FunctionHeroSection
()
www/src/pages/index.tsx:173
FunctionHome
()
www/src/pages/index.tsx:12
FunctionHomepageFeatures
()
www/src/components/HomepageFeatures/index.tsx:58
FunctionLanguageCard
()
www/src/pages/studio.tsx:411
FunctionLayout
(props)
www/src/components/Layout.tsx:3
FunctionLayoutWrapper
(props)
www/src/theme/Layout/index.js:8
FunctionMaintainCard
()
www/src/pages/studio.tsx:426
FunctionNewCustomCode
({ code, highlighedLines = [], showLineNumber = false, hiddenLines = [], typesToDisplay }: { code:
www/src/components/NewCode.tsx:17
FunctionNewCustomCodeLine
({ line, typesToDisplay, showLineNumber, lineNumber, getLineProps, getTokenProps, hide, highlight }: { l
www/src/components/NewCode.tsx:146
FunctionNewsLetter
()
www/src/components/Newsletter.tsx:3
FunctionPage
()
www/src/pages/code.tsx:7
FunctionPage
()
www/src/pages/test.tsx:6
FunctionPage
()
www/src/pages/studio.tsx:7
FunctionPage
()
www/src/pages/test2.tsx:7
FunctionPage
()
www/src/pages/ok.tsx:3
FunctionPostmanCard
()
www/src/pages/studio.tsx:487
next →1–100 of 132, ranked by callers