MCPcopy Create free account

hub / github.com/Houseofmvps/codesight / functions

Functions657 in github.com/Houseofmvps/codesight

↓ 1 callersFunctionparseYaml
(content: string, source: string)
src/plugins/githooks/lefthook.ts:26
↓ 1 callersFunctionprefixOf
prefixOf resolves the path prefix for a route call's receiver — a group variable (`api.GET(...)`) or an inline group chain (`r.Group("/api").GET(...)`
plugins/ast/golang/main.go:254
↓ 1 callersFunctionprintHelp
()
src/index.ts:17
↓ 1 callersFunctionreadLineResponse
(child: ReturnType<typeof startServer>, timeoutMs = 1500)
tests/mcp.test.ts:76
↓ 1 callersFunctionreadPackageName
(dir: string)
src/monorepo/discover.ts:188
↓ 1 callersFunctionreadSkillsDir
(dir: string, root: string)
src/plugins/skills/index.ts:34
↓ 1 callersFunctionreadSource
(ptr, length uint32)
plugins/ast/golang/main.go:107
↓ 1 callersFunctionreadWorkspacePatterns
(root: string, workspaceFile?: string)
src/monorepo/discover.ts:80
↓ 1 callersFunctionrebuildPackage
( packageDir: string, packages: PackageInfo[], allPackageNames: string[], root: string, outputDirNam
src/monorepo/watch.ts:87
↓ 1 callersFunctionrecordUnavailable
(r: NativeAstResolved, lang: NativeLang, kind: NativeKind)
src/ast/native-loader.ts:273
↓ 1 callersFunctionrecvTypeName
(e ast.Expr)
plugins/ast/golang/main.go:475
↓ 1 callersFunctionrefreshGlobalIndex
( root: string, packages: PackageInfo[], outputDirName: string )
src/monorepo/watch.ts:113
↓ 1 callersFunctionreportNativeDiagnostics
(diagnostics: NativeDiagnostic[])
src/ast/native-loader.ts:260
↓ 1 callersFunctionresolveCollision
Collision tiebreak: explicit (authoritative) beats discovered; else first-registered wins.
src/ast/native-loader.ts:221
↓ 1 callersFunctionresolveFieldType
(fieldDef: any)
src/detectors/openapi.ts:164
↓ 1 callersFunctionresolveFullPrefix
(file: string, visited: Set<string>)
src/detectors/routes.ts:1797
↓ 1 callersFunctionresolveNativeAstCli
Merge native-AST CLI flags with env vars into a config (CLI > env > config file).
src/index.ts:127
↓ 1 callersFunctionresolveRepoName
* Resolve the repo name, handling git worktrees. * In a worktree, basename(root) is a random name — resolve the actual repo instead.
src/scanner.ts:1294
↓ 1 callersFunctionresolveRoutePrefixes
( routes: RouteInfo[], files: string[], project: ProjectInfo )
src/detectors/routes.ts:1760
↓ 1 callersFunctionroutes_from_decorator
(expression: &Expression, routes: &mut Vec<Route>)
plugins/ast/python/src/lib.rs:259
↓ 1 callersFunctionroutes_from_urlconf
Extract a route from a Django URLConf entry: `path("p/", view)`, `re_path(r"^p$", view)`, or legacy `url(...)`. Django doesn't bind a method at the UR
plugins/ast/python/src/lib.rs:228
↓ 1 callersFunctionrunEval
()
src/eval.ts:161
↓ 1 callersFunctionrunKnowledgeScan
(root: string, outputDirName: string, maxDepth: number)
src/index.ts:261
↓ 1 callersFunctionrunTelemetry
( root: string, result: ScanResult, outputDir: string )
src/telemetry.ts:248
↓ 1 callersFunctionscoreBlock
( normalisedService: string, block: HclBlock, config: TerraformPluginConfig, )
src/plugins/terraform/service-matcher.ts:38
↓ 1 callersFunctionsetup
(files: Record<string, string>)
tests/builtin-plugins.test.ts:7
↓ 1 callersFunctionshallowPackageDirs
(baseDir: string)
src/monorepo/discover.ts:172
↓ 1 callersFunctionshouldIgnoreDir
(name: string, fullPath: string)
src/scanner.ts:166
↓ 1 callersFunctionsplitPattern
splitPattern parses a net/http mux pattern. Go 1.22 allows a leading method (and optional host): "GET /items/{id}" => (GET, /items/{id}). A bare patte
plugins/ast/golang/main.go:287
↓ 1 callersFunctionstartMCPServer
()
src/mcp-server.ts:707
↓ 1 callersFunctionstringifyRunner
(val: any)
src/plugins/cicd/github-actions.ts:187
↓ 1 callersFunctionstripComment
(s: string)
src/plugins/cicd/yaml-parser.ts:320
↓ 1 callersFunctionstruct_orm
Identify the ORM from a struct's derives/attributes (else "unknown").
plugins/ast/rust/src/lib.rs:366
↓ 1 callersFunctionsuppressWasiExperimentalWarning
()
src/wasm/plugin-host.ts:121
↓ 1 callersFunctionsystemLabel
(system: string)
src/plugins/cicd/formatter.ts:98
↓ 1 callersFunctiontype_to_string
Returns (rendered type, nullable). `Option<T>` unwraps to T + nullable.
plugins/ast/rust/src/lib.rs:422
↓ 1 callersFunctionuiArticle
(result: ScanResult)
src/generators/wiki.ts:433
↓ 1 callersFunctionuniqueNonEmpty
(arr: (string | undefined)[])
src/plugins/cicd/formatter.ts:106
↓ 1 callersFunctionvisitNode
(node: any)
src/ast/extract-schema.ts:268
↓ 1 callersFunctionvisitNode
(node: any)
src/ast/extract-routes.ts:255
↓ 1 callersFunctionwalk
(dir: string, depth: number)
src/scanner.ts:179
↓ 1 callersFunctionwalk
(current: string, depth: number)
src/plugins/terraform/file-collector.ts:71
↓ 1 callersFunctionwalkChain
(n: any)
src/ast/extract-schema.ts:146
↓ 1 callersFunctionwalkForPackageDirs
* Recursively walk a directory tree, returning directories that contain package.json. * Stops recursing into a directory once package.json is found (
src/monorepo/discover.ts:145
↓ 1 callersFunctionwarn
(resolved: NativeAstResolved, message: string)
src/detectors/native.ts:143
↓ 1 callersFunctionwatchMode
(root: string, outputDirName: string, maxDepth: number, userConfig: CodesightConfig = {}, wikiMode = false)
src/index.ts:190
↓ 1 callersFunctionwatchMonorepo
( root: string, userConfig: CodesightConfig )
src/monorepo/watch.ts:22
↓ 1 callersFunctionwriteFramedMessage
(child: ReturnType<typeof startServer>, payload: unknown)
tests/mcp.test.ts:121
↓ 1 callersFunctionwriteGlobalIndex
( root: string, qualifyingPackageDirs: string[], outputDirName: string )
src/monorepo/orchestrator.ts:59
↓ 1 callersFunctionwriteKnowledgeOutput
( map: KnowledgeMap, outputDir: string, projectName: string, version: string )
src/formatter.ts:709
↓ 1 callersFunctionwriteLineMessage
(child: ReturnType<typeof startServer>, payload: unknown)
tests/mcp.test.ts:128
FunctionApp
()
tests/fixtures/python-custom-subdir-root/src/App.tsx:1
FunctionApp
()
tests/fixtures/python-nested-container-backend/apps/web/src/App.tsx:1
FunctionApp
()
tests/fixtures/python-custom-subdir-workspaces/apps/web/src/App.tsx:1
FunctionGET
()
tests/fixtures/next-app/src/app/api/users/route.ts:1
FunctionGET
()
tests/fixtures/sveltekit-app/src/routes/api/users/+server.ts:1
FunctionPOST
(request: Request)
tests/fixtures/next-app/src/app/api/users/route.ts:4
FunctionPOST
({ request })
tests/fixtures/sveltekit-app/src/routes/api/users/+server.ts:4
FunctionProjectCard
({ title, description }: { title: string; description: string })
tests/fixtures/react-app/src/ProjectCard.tsx:1
FunctionUserProfile
({ name, email, avatar }: { name: string; email: string; avatar?: string })
tests/fixtures/react-app/src/UserProfile.tsx:1
Functionaction
({ request })
tests/fixtures/remix-app/app/routes/users.tsx:4
Functionadd
(x, y)
tests/fixtures/celery-events/tasks.py:5
Functionalloc
(len: i32)
reference/ast-plugin/assembly/index.ts:36
FunctionauthMiddleware
(req, res, next)
tests/fixtures/middleware-app/src/middleware/auth.ts:1
Functioncleanup
()
tests/fixtures/celery-events/tasks.py:9
FunctioncontractVersion
()
reference/ast-plugin/assembly/index.ts:25
FunctioncontractVersion
()
plugins/ast/python/src/lib.rs:26
FunctioncontractVersion
─── ABI: version + self-description ─── go:wasmexport contractVersion
plugins/ast/golang/main.go:34
FunctioncontractVersion
()
plugins/ast/rust/src/lib.rs:25
Functioncreate_user
()
tests/fixtures/fastapi-app/main.py:7
Functioncreate_user
()
tests/fixtures/python-custom-subdir-root/my-service-api/main.py:9
Functioncreate_user
()
tests/fixtures/python-custom-subdir-pyproject/services/custom-api/main.py:9
Functioncreate_user
()
tests/fixtures/python-nested-container-backend/container-dir/custom-python-backend/main.py:9
Functioncreate_user
()
tests/fixtures/python-custom-subdir-workspaces/services/my-backend-service/main.py:9
Functiondealloc
(ptr: i32, len: i32)
reference/ast-plugin/assembly/index.ts:40
Functiondealloc
(pointer: *mut u8, length: usize)
plugins/ast/python/src/lib.rs:65
Functiondealloc
go:wasmexport dealloc
plugins/ast/golang/main.go:61
Functiondealloc
(pointer: *mut u8, length: usize)
plugins/ast/rust/src/lib.rs:64
Functiondescribe
()
reference/ast-plugin/assembly/index.ts:30
Functiondescribe
()
plugins/ast/python/src/lib.rs:32
Functiondescribe
go:wasmexport describe
plugins/ast/golang/main.go:37
Functionexpr_string
(expression: &Expression)
plugins/ast/python/src/lib.rs:186
FunctionextractBrightScriptGraphqlCalls
(content: string)
src/ast/extract-brightscript.ts:214
FunctionextractBrightScriptShowScreenCalls
(content: string)
src/ast/extract-brightscript.ts:170
FunctionextractBrighterScriptImports
(content: string)
src/ast/extract-brighterscript.ts:26
Functionextract_imports
(body: &[Statement])
plugins/ast/python/src/lib.rs:325
Functionextract_imports
(File { items, .. }: &File)
plugins/ast/rust/src/lib.rs:454
Functionextract_routes
(file: &File)
plugins/ast/rust/src/lib.rs:189
Functionextract_schemas
(body: &[Statement])
plugins/ast/python/src/lib.rs:360
Functionextract_schemas
─── Schema Extraction ───
plugins/ast/rust/src/lib.rs:302
MethodfindAll
()
tests/fixtures/nestjs-app/src/users.controller.ts:5
MethodfindOne
(@Param('id') id: string)
tests/fixtures/nestjs-app/src/users.controller.ts:7
Functionget_users
()
tests/fixtures/fastapi-app/main.py:4
FunctionhashFileContent
(content: string)
src/scanner.ts:118
Functionhealth
()
tests/fixtures/python-custom-subdir-root/my-service-api/main.py:5
Functionhealth
()
tests/fixtures/python-custom-subdir-pyproject/services/custom-api/main.py:5
Functionhealth
()
tests/fixtures/python-nested-container-backend/container-dir/custom-python-backend/main.py:5
Functionhealth
()
tests/fixtures/python-custom-subdir-workspaces/services/my-backend-service/main.py:5
Functionhello
()
tests/fixtures/monorepo-orchestrator/packages/@test/pkg-alpha/src/index.ts:3
Functionhelper
()
tests/fixtures/js-imports/src/utils.ts:1
← previousnext →501–600 of 657, ranked by callers