Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houseofmvps/codesight
/ functions
Functions
657 in github.com/Houseofmvps/codesight
⨍
Functions
657
◇
Types & classes
98
↳
Endpoints
10
↓ 1 callers
Function
parseYaml
(content: string, source: string)
src/plugins/githooks/lefthook.ts:26
↓ 1 callers
Function
prefixOf
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 callers
Function
printHelp
()
src/index.ts:17
↓ 1 callers
Function
readLineResponse
(child: ReturnType<typeof startServer>, timeoutMs = 1500)
tests/mcp.test.ts:76
↓ 1 callers
Function
readPackageName
(dir: string)
src/monorepo/discover.ts:188
↓ 1 callers
Function
readSkillsDir
(dir: string, root: string)
src/plugins/skills/index.ts:34
↓ 1 callers
Function
readSource
(ptr, length uint32)
plugins/ast/golang/main.go:107
↓ 1 callers
Function
readWorkspacePatterns
(root: string, workspaceFile?: string)
src/monorepo/discover.ts:80
↓ 1 callers
Function
rebuildPackage
( packageDir: string, packages: PackageInfo[], allPackageNames: string[], root: string, outputDirNam
src/monorepo/watch.ts:87
↓ 1 callers
Function
recordUnavailable
(r: NativeAstResolved, lang: NativeLang, kind: NativeKind)
src/ast/native-loader.ts:273
↓ 1 callers
Function
recvTypeName
(e ast.Expr)
plugins/ast/golang/main.go:475
↓ 1 callers
Function
refreshGlobalIndex
( root: string, packages: PackageInfo[], outputDirName: string )
src/monorepo/watch.ts:113
↓ 1 callers
Function
reportNativeDiagnostics
(diagnostics: NativeDiagnostic[])
src/ast/native-loader.ts:260
↓ 1 callers
Function
resolveCollision
Collision tiebreak: explicit (authoritative) beats discovered; else first-registered wins.
src/ast/native-loader.ts:221
↓ 1 callers
Function
resolveFieldType
(fieldDef: any)
src/detectors/openapi.ts:164
↓ 1 callers
Function
resolveFullPrefix
(file: string, visited: Set<string>)
src/detectors/routes.ts:1797
↓ 1 callers
Function
resolveNativeAstCli
Merge native-AST CLI flags with env vars into a config (CLI > env > config file).
src/index.ts:127
↓ 1 callers
Function
resolveRepoName
* 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 callers
Function
resolveRoutePrefixes
( routes: RouteInfo[], files: string[], project: ProjectInfo )
src/detectors/routes.ts:1760
↓ 1 callers
Function
routes_from_decorator
(expression: &Expression, routes: &mut Vec<Route>)
plugins/ast/python/src/lib.rs:259
↓ 1 callers
Function
routes_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 callers
Function
runEval
()
src/eval.ts:161
↓ 1 callers
Function
runKnowledgeScan
(root: string, outputDirName: string, maxDepth: number)
src/index.ts:261
↓ 1 callers
Function
runTelemetry
( root: string, result: ScanResult, outputDir: string )
src/telemetry.ts:248
↓ 1 callers
Function
scoreBlock
( normalisedService: string, block: HclBlock, config: TerraformPluginConfig, )
src/plugins/terraform/service-matcher.ts:38
↓ 1 callers
Function
setup
(files: Record<string, string>)
tests/builtin-plugins.test.ts:7
↓ 1 callers
Function
shallowPackageDirs
(baseDir: string)
src/monorepo/discover.ts:172
↓ 1 callers
Function
shouldIgnoreDir
(name: string, fullPath: string)
src/scanner.ts:166
↓ 1 callers
Function
splitPattern
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 callers
Function
startMCPServer
()
src/mcp-server.ts:707
↓ 1 callers
Function
stringifyRunner
(val: any)
src/plugins/cicd/github-actions.ts:187
↓ 1 callers
Function
stripComment
(s: string)
src/plugins/cicd/yaml-parser.ts:320
↓ 1 callers
Function
struct_orm
Identify the ORM from a struct's derives/attributes (else "unknown").
plugins/ast/rust/src/lib.rs:366
↓ 1 callers
Function
suppressWasiExperimentalWarning
()
src/wasm/plugin-host.ts:121
↓ 1 callers
Function
systemLabel
(system: string)
src/plugins/cicd/formatter.ts:98
↓ 1 callers
Function
type_to_string
Returns (rendered type, nullable). `Option<T>` unwraps to T + nullable.
plugins/ast/rust/src/lib.rs:422
↓ 1 callers
Function
uiArticle
(result: ScanResult)
src/generators/wiki.ts:433
↓ 1 callers
Function
uniqueNonEmpty
(arr: (string | undefined)[])
src/plugins/cicd/formatter.ts:106
↓ 1 callers
Function
visitNode
(node: any)
src/ast/extract-schema.ts:268
↓ 1 callers
Function
visitNode
(node: any)
src/ast/extract-routes.ts:255
↓ 1 callers
Function
walk
(dir: string, depth: number)
src/scanner.ts:179
↓ 1 callers
Function
walk
(current: string, depth: number)
src/plugins/terraform/file-collector.ts:71
↓ 1 callers
Function
walkChain
(n: any)
src/ast/extract-schema.ts:146
↓ 1 callers
Function
walkForPackageDirs
* 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 callers
Function
warn
(resolved: NativeAstResolved, message: string)
src/detectors/native.ts:143
↓ 1 callers
Function
watchMode
(root: string, outputDirName: string, maxDepth: number, userConfig: CodesightConfig = {}, wikiMode = false)
src/index.ts:190
↓ 1 callers
Function
watchMonorepo
( root: string, userConfig: CodesightConfig )
src/monorepo/watch.ts:22
↓ 1 callers
Function
writeFramedMessage
(child: ReturnType<typeof startServer>, payload: unknown)
tests/mcp.test.ts:121
↓ 1 callers
Function
writeGlobalIndex
( root: string, qualifyingPackageDirs: string[], outputDirName: string )
src/monorepo/orchestrator.ts:59
↓ 1 callers
Function
writeKnowledgeOutput
( map: KnowledgeMap, outputDir: string, projectName: string, version: string )
src/formatter.ts:709
↓ 1 callers
Function
writeLineMessage
(child: ReturnType<typeof startServer>, payload: unknown)
tests/mcp.test.ts:128
Function
App
()
tests/fixtures/python-custom-subdir-root/src/App.tsx:1
Function
App
()
tests/fixtures/python-nested-container-backend/apps/web/src/App.tsx:1
Function
App
()
tests/fixtures/python-custom-subdir-workspaces/apps/web/src/App.tsx:1
Function
GET
()
tests/fixtures/next-app/src/app/api/users/route.ts:1
Function
GET
()
tests/fixtures/sveltekit-app/src/routes/api/users/+server.ts:1
Function
POST
(request: Request)
tests/fixtures/next-app/src/app/api/users/route.ts:4
Function
POST
({ request })
tests/fixtures/sveltekit-app/src/routes/api/users/+server.ts:4
Function
ProjectCard
({ title, description }: { title: string; description: string })
tests/fixtures/react-app/src/ProjectCard.tsx:1
Function
UserProfile
({ name, email, avatar }: { name: string; email: string; avatar?: string })
tests/fixtures/react-app/src/UserProfile.tsx:1
Function
action
({ request })
tests/fixtures/remix-app/app/routes/users.tsx:4
Function
add
(x, y)
tests/fixtures/celery-events/tasks.py:5
Function
alloc
(len: i32)
reference/ast-plugin/assembly/index.ts:36
Function
authMiddleware
(req, res, next)
tests/fixtures/middleware-app/src/middleware/auth.ts:1
Function
cleanup
()
tests/fixtures/celery-events/tasks.py:9
Function
contractVersion
()
reference/ast-plugin/assembly/index.ts:25
Function
contractVersion
()
plugins/ast/python/src/lib.rs:26
Function
contractVersion
─── ABI: version + self-description ─── go:wasmexport contractVersion
plugins/ast/golang/main.go:34
Function
contractVersion
()
plugins/ast/rust/src/lib.rs:25
Function
create_user
()
tests/fixtures/fastapi-app/main.py:7
Function
create_user
()
tests/fixtures/python-custom-subdir-root/my-service-api/main.py:9
Function
create_user
()
tests/fixtures/python-custom-subdir-pyproject/services/custom-api/main.py:9
Function
create_user
()
tests/fixtures/python-nested-container-backend/container-dir/custom-python-backend/main.py:9
Function
create_user
()
tests/fixtures/python-custom-subdir-workspaces/services/my-backend-service/main.py:9
Function
dealloc
(ptr: i32, len: i32)
reference/ast-plugin/assembly/index.ts:40
Function
dealloc
(pointer: *mut u8, length: usize)
plugins/ast/python/src/lib.rs:65
Function
dealloc
go:wasmexport dealloc
plugins/ast/golang/main.go:61
Function
dealloc
(pointer: *mut u8, length: usize)
plugins/ast/rust/src/lib.rs:64
Function
describe
()
reference/ast-plugin/assembly/index.ts:30
Function
describe
()
plugins/ast/python/src/lib.rs:32
Function
describe
go:wasmexport describe
plugins/ast/golang/main.go:37
Function
expr_string
(expression: &Expression)
plugins/ast/python/src/lib.rs:186
Function
extractBrightScriptGraphqlCalls
(content: string)
src/ast/extract-brightscript.ts:214
Function
extractBrightScriptShowScreenCalls
(content: string)
src/ast/extract-brightscript.ts:170
Function
extractBrighterScriptImports
(content: string)
src/ast/extract-brighterscript.ts:26
Function
extract_imports
(body: &[Statement])
plugins/ast/python/src/lib.rs:325
Function
extract_imports
(File { items, .. }: &File)
plugins/ast/rust/src/lib.rs:454
Function
extract_routes
(file: &File)
plugins/ast/rust/src/lib.rs:189
Function
extract_schemas
(body: &[Statement])
plugins/ast/python/src/lib.rs:360
Function
extract_schemas
─── Schema Extraction ───
plugins/ast/rust/src/lib.rs:302
Method
findAll
()
tests/fixtures/nestjs-app/src/users.controller.ts:5
Method
findOne
(@Param('id') id: string)
tests/fixtures/nestjs-app/src/users.controller.ts:7
Function
get_users
()
tests/fixtures/fastapi-app/main.py:4
Function
hashFileContent
(content: string)
src/scanner.ts:118
Function
health
()
tests/fixtures/python-custom-subdir-root/my-service-api/main.py:5
Function
health
()
tests/fixtures/python-custom-subdir-pyproject/services/custom-api/main.py:5
Function
health
()
tests/fixtures/python-nested-container-backend/container-dir/custom-python-backend/main.py:5
Function
health
()
tests/fixtures/python-custom-subdir-workspaces/services/my-backend-service/main.py:5
Function
hello
()
tests/fixtures/monorepo-orchestrator/packages/@test/pkg-alpha/src/index.ts:3
Function
helper
()
tests/fixtures/js-imports/src/utils.ts:1
← previous
next →
501–600 of 657, ranked by callers