MCPcopy Create free account

hub / github.com/claw-bench/claw-bench / functions

Functions7,113 in github.com/claw-bench/claw-bench

FunctionHomeHeader
()
leaderboard/src/app/HomeHeader.tsx:18
FunctionI18nProvider
({ children }: { children: ReactNode })
leaderboard/src/app/i18n.tsx:570
FunctionLeaderboardPage
()
leaderboard/src/app/page.tsx:97
FunctionLeaderboardTable
({ data: initialData, }: { data: BenchResultData[]; })
leaderboard/src/app/LeaderboardTable.tsx:121
FunctionMatrixContent
({ frameworks, modelTiers, scores }: MatrixContentProps)
leaderboard/src/app/matrix/MatrixContent.tsx:24
FunctionMatrixPage
()
leaderboard/src/app/matrix/page.tsx:89
FunctionMoltBookPage
()
leaderboard/src/app/moltbook/page.tsx:75
FunctionMoltbookContent
({ byFramework }: MoltbookContentProps)
leaderboard/src/app/moltbook/MoltbookContent.tsx:47
FunctionNav
()
leaderboard/src/app/Nav.tsx:5
FunctionParetoContent
({ dataPoints: initialData }: ParetoContentProps)
leaderboard/src/app/pareto/ParetoContent.tsx:100
FunctionParetoPage
()
leaderboard/src/app/pareto/page.tsx:82
FunctionProfilesContent
({ byModel, byFramework }: ProfilesContentProps)
leaderboard/src/app/profiles/ProfilesContent.tsx:55
FunctionProfilesPage
()
leaderboard/src/app/profiles/page.tsx:101
FunctionRadarChart
({ scoresA, scoresB, nameA, nameB }: { scoresA: Record<string, number>; scoresB: Record<string, number>;
leaderboard/src/app/compare/CompareContent.tsx:20
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
leaderboard/src/app/layout.tsx:16
FunctionScatterPlot
({ points }: { points: ParetoPoint[] })
leaderboard/src/app/pareto/ParetoContent.tsx:28
FunctionSkillsGainContent
({ frameworks }: SkillsGainContentProps)
leaderboard/src/app/skills-gain/SkillsGainContent.tsx:33
FunctionSkillsGainPage
()
leaderboard/src/app/skills-gain/page.tsx:48
FunctionSortTh
({ col, cur, asc, onSort, children }: { col: SortColumn; cur: SortColumn; asc: boolean; onSort: (col: Sort
leaderboard/src/app/LeaderboardTable.tsx:110
FunctionStatusBadge
({ status }: { status: string })
leaderboard/src/app/admin/page.tsx:146
Method__enter__
(self)
src/claw_bench/core/sandbox.py:115
Method__exit__
(self, exc_type, exc_val, exc_tb)
src/claw_bench/core/sandbox.py:119
Method__init__
( self, config: Optional[SandboxConfig] = None, use_sandbox: bool = True, )
src/claw_bench/core/sandbox_runner.py:36
Method__init__
( self, cache_dir: Optional[Path] = None, max_memory_entries: int = 5000, ttl_
src/claw_bench/core/cache.py:51
Method__init__
(self)
src/claw_bench/core/metrics.py:25
Method__init__
(self, default_quota: Optional[UserQuota] = None)
src/claw_bench/core/resource_monitor.py:40
Method__init__
(self, config: Optional[SandboxConfig] = None)
src/claw_bench/core/sandbox.py:32
Method__init__
(self)
src/claw_bench/core/rate_limiter.py:87
Method__init__
(self)
src/claw_bench/core/trace.py:24
Method__init__
( self, max_global_concurrency: int = 200, max_user_concurrency: int = 8, thre
src/claw_bench/core/queue.py:67
Method__init__
(self)
src/claw_bench/adapters/openclaw.py:87
Method__init__
(self)
src/claw_bench/adapters/dryrun.py:28
Method__init__
(self)
tests/integration/test_full_pipeline.py:30
Method__init__
(self)
tests/unit/test_runner_edge_cases.py:469
Method__init__
(self, user_store)
tasks/security/sec-001-detect-hardcoded-credentials/environment/data/auth_service.py:26
Method__init__
(self, timeout=30)
tasks/security/sec-001-detect-hardcoded-credentials/environment/data/api_client.py:15
Method__init__
(self, name, email, age)
tasks/code-assistance/code-014-multi-file-refactor/environment/data/app/models.py:7
Method__init__
(self, title, price, quantity)
tasks/code-assistance/code-014-multi-file-refactor/environment/data/app/models.py:41
Method__init__
(self, encoding: str = "utf-8")
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:23
Method__init__
Initialize an empty pipeline.
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:73
Method__init__
Initialize the exporter with formatting options. Args: pretty_print: Whether to format output for readability.
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:119
Method__init__
(self, db: Session)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:18
Method__init__
(self, db: Session)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:52
Method__init__
(self, db: Session)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:89
Method__init__
(self, user_service: UserService, task_service: TaskService, project_service: ProjectService)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/api.py:16
Method__init__
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:11
Method__init__
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:30
Method__init__
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:53
Method__init__
(self, user_repo: UserRepository)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:13
Method__init__
(self, task_repo: TaskRepository, user_repo: UserRepository)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:34
Method__init__
(self, project_repo: ProjectRepository, task_service: TaskService, user_repo: UserRepository)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:68
Method__post_init__
(self)
src/claw_bench/core/rate_limiter.py:26
Method__post_init__
(self)
src/claw_bench/core/queue.py:51
Function_auto_generate
Auto-trigger LLM generation after expert submits.
src/claw_bench/server/admin.py:688
Function_internal_helper
()
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:214
Function_is_duplicate
(data: dict)
src/claw_bench/server/submit_api.py:712
Method_log_step
(self, step_name, data)
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:108
Function_post_approve_sync
Run after a task is approved: refresh VALID_TASK_IDS, domains.json, skill.md.
src/claw_bench/server/task_generator.py:658
Function_rebuild
()
src/claw_bench/server/submit_api.py:758
Method_validate_path
(self, filepath: str)
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:59
Function_version_callback
(value: bool)
src/claw_bench/cli/main.py:26
Functionaccount_setup
Read and return the account_setup.json contents.
tasks/workflow-automation/wfl-016-onboarding-checklist/verifier/test_output.py:16
Functionaction_items
Load and return the action_items.json contents.
tasks/email/eml-005-extract-action-items/verifier/test_output.py:16
Functionactions_log
Load the actions log.
tasks/workflow-automation/wfl-006-event-driven-workflow/verifier/test_output.py:17
Functionadapter_name
(request)
tests/unit/test_httpx_adapters.py:120
Functionadd
(a, b)
tasks/multi-agent/mag-001-code-review-pipeline/environment/data/calculator.py:4
Methodadd
(self, task: Task)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:33
Methodadd
(self, project: Project)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:56
Methodadd_step
Add a transformation step to the pipeline. Args: func: A callable that takes data and returns transformed data. name:
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:77
Methodadd_task_to_project
(self, project_id: int, task_id: int)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:84
FunctionadminGenerateInvites
()
leaderboard/src/app/admin/page.tsx:311
Functionadmin_generate_invite_codes
Admin generates invite codes (no expert account needed).
src/claw_bench/server/admin.py:615
Functionadmin_login
(req: LoginRequest)
src/claw_bench/server/admin.py:61
Functionaggregate_by
Aggregate records by a grouping field. Groups records by the specified field and applies an aggregation function to the aggregation field wit
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:174
Functionaggregated
Load the aggregated results.
tasks/workflow-automation/wfl-005-parallel-task-fanout/verifier/test_output.py:16
Functionaggregated
(workspace)
tasks/web-browsing/web-005-multi-page-aggregate/verifier/test_output.py:15
Functionaggregation
(workspace)
tasks/cross-domain/xdom-006-csv-data-pipeline/verifier/test_output.py:25
Functionalerts
(workspace)
tasks/cross-domain/xdom-004-log-to-alert/verifier/test_output.py:15
Functionalgorithm_path
(workspace)
tasks/math-reasoning/math-005/verifier/test_output.py:27
Functionall_steps
Collect all step contents across all jobs.
tasks/real-tools/tool-005/verifier/test_output.py:50
Functionall_steps_text
Raw text for broad pattern matching.
tasks/real-tools/tool-005/verifier/test_output.py:61
Functionanalysis
(workspace)
tasks/data-analysis/data-005/verifier/test_output.py:15
Functionanalysis
(workspace)
tasks/math-reasoning/math-003/verifier/test_output.py:27
Functionanalysis
Load and return the policy analysis JSON.
tasks/security/sec-010-network-policy-analysis/verifier/test_output.py:16
Functionanalysis
(workspace)
tasks/planning/plan-003/verifier/test_output.py:22
Functionanalytics
Load and return the analytics.json contents.
tasks/email/eml-011-analytics-dashboard/verifier/test_output.py:16
Functionannouncements_dir
Return the announcements directory path.
tasks/communication/comm-013-announcement-generator/verifier/test_output.py:17
Functionanswer_txt
Read and return the generated answer.txt contents.
tasks/memory/mem-010-multi-file-context-correlation/verifier/test_output.py:18
Functionanswers
(workspace)
tasks/math-reasoning/math-001/verifier/test_output.py:25
Functionapi_design
(workspace)
tasks/planning/plan-004/verifier/test_output.py:20
Functionapi_docs
(workspace)
tasks/cross-domain/xdom-012-automated-docs-generator/verifier/test_output.py:15
Functionapi_module
Import api_client.py from the workspace.
tasks/code-assistance/code-010-rest-api-client/verifier/test_output.py:18
Functionapp_by_id
Create a lookup dict by application ID.
tasks/workflow-automation/wfl-007-branching-workflow/verifier/test_output.py:24
Functionapp_package
Import the app package from the workspace.
tasks/code-assistance/code-014-multi-file-refactor/verifier/test_output.py:17
Methodapply_discount
Calculate the discounted price. Args: percent: Discount percentage (0-100). Returns: The price after discoun
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/models.py:73
FunctionapproveTask
()
leaderboard/src/app/admin/page.tsx:472
Functionapprove_generated_task
Approve a generated task and write files to the tasks/ directory. Optionally accepts edited file contents to override the generated ones.
src/claw_bench/server/task_generator.py:670
Functionapprove_submission
(filename: str, _: str = Depends(verify_admin))
src/claw_bench/server/admin.py:262
Functionarch_doc
(workspace)
tasks/multimodal/mm-007-architecture-doc/verifier/test_output.py:14
Functionarchitecture
(workspace)
tasks/cross-domain/xdom-012-automated-docs-generator/verifier/test_output.py:22
← previousnext →501–600 of 7,113, ranked by callers