Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claw-bench/claw-bench
/ functions
Functions
7,113 in github.com/claw-bench/claw-bench
⨍
Functions
7,113
◇
Types & classes
369
↳
Endpoints
89
Function
HomeHeader
()
leaderboard/src/app/HomeHeader.tsx:18
Function
I18nProvider
({ children }: { children: ReactNode })
leaderboard/src/app/i18n.tsx:570
Function
LeaderboardPage
()
leaderboard/src/app/page.tsx:97
Function
LeaderboardTable
({ data: initialData, }: { data: BenchResultData[]; })
leaderboard/src/app/LeaderboardTable.tsx:121
Function
MatrixContent
({ frameworks, modelTiers, scores }: MatrixContentProps)
leaderboard/src/app/matrix/MatrixContent.tsx:24
Function
MatrixPage
()
leaderboard/src/app/matrix/page.tsx:89
Function
MoltBookPage
()
leaderboard/src/app/moltbook/page.tsx:75
Function
MoltbookContent
({ byFramework }: MoltbookContentProps)
leaderboard/src/app/moltbook/MoltbookContent.tsx:47
Function
Nav
()
leaderboard/src/app/Nav.tsx:5
Function
ParetoContent
({ dataPoints: initialData }: ParetoContentProps)
leaderboard/src/app/pareto/ParetoContent.tsx:100
Function
ParetoPage
()
leaderboard/src/app/pareto/page.tsx:82
Function
ProfilesContent
({ byModel, byFramework }: ProfilesContentProps)
leaderboard/src/app/profiles/ProfilesContent.tsx:55
Function
ProfilesPage
()
leaderboard/src/app/profiles/page.tsx:101
Function
RadarChart
({ scoresA, scoresB, nameA, nameB }: { scoresA: Record<string, number>; scoresB: Record<string, number>;
leaderboard/src/app/compare/CompareContent.tsx:20
Function
RootLayout
({ children, }: { children: React.ReactNode; })
leaderboard/src/app/layout.tsx:16
Function
ScatterPlot
({ points }: { points: ParetoPoint[] })
leaderboard/src/app/pareto/ParetoContent.tsx:28
Function
SkillsGainContent
({ frameworks }: SkillsGainContentProps)
leaderboard/src/app/skills-gain/SkillsGainContent.tsx:33
Function
SkillsGainPage
()
leaderboard/src/app/skills-gain/page.tsx:48
Function
SortTh
({ col, cur, asc, onSort, children }: { col: SortColumn; cur: SortColumn; asc: boolean; onSort: (col: Sort
leaderboard/src/app/LeaderboardTable.tsx:110
Function
StatusBadge
({ 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
Function
account_setup
Read and return the account_setup.json contents.
tasks/workflow-automation/wfl-016-onboarding-checklist/verifier/test_output.py:16
Function
action_items
Load and return the action_items.json contents.
tasks/email/eml-005-extract-action-items/verifier/test_output.py:16
Function
actions_log
Load the actions log.
tasks/workflow-automation/wfl-006-event-driven-workflow/verifier/test_output.py:17
Function
adapter_name
(request)
tests/unit/test_httpx_adapters.py:120
Function
add
(a, b)
tasks/multi-agent/mag-001-code-review-pipeline/environment/data/calculator.py:4
Method
add
(self, task: Task)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:33
Method
add
(self, project: Project)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:56
Method
add_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
Method
add_task_to_project
(self, project_id: int, task_id: int)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:84
Function
adminGenerateInvites
()
leaderboard/src/app/admin/page.tsx:311
Function
admin_generate_invite_codes
Admin generates invite codes (no expert account needed).
src/claw_bench/server/admin.py:615
Function
admin_login
(req: LoginRequest)
src/claw_bench/server/admin.py:61
Function
aggregate_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
Function
aggregated
Load the aggregated results.
tasks/workflow-automation/wfl-005-parallel-task-fanout/verifier/test_output.py:16
Function
aggregated
(workspace)
tasks/web-browsing/web-005-multi-page-aggregate/verifier/test_output.py:15
Function
aggregation
(workspace)
tasks/cross-domain/xdom-006-csv-data-pipeline/verifier/test_output.py:25
Function
alerts
(workspace)
tasks/cross-domain/xdom-004-log-to-alert/verifier/test_output.py:15
Function
algorithm_path
(workspace)
tasks/math-reasoning/math-005/verifier/test_output.py:27
Function
all_steps
Collect all step contents across all jobs.
tasks/real-tools/tool-005/verifier/test_output.py:50
Function
all_steps_text
Raw text for broad pattern matching.
tasks/real-tools/tool-005/verifier/test_output.py:61
Function
analysis
(workspace)
tasks/data-analysis/data-005/verifier/test_output.py:15
Function
analysis
(workspace)
tasks/math-reasoning/math-003/verifier/test_output.py:27
Function
analysis
Load and return the policy analysis JSON.
tasks/security/sec-010-network-policy-analysis/verifier/test_output.py:16
Function
analysis
(workspace)
tasks/planning/plan-003/verifier/test_output.py:22
Function
analytics
Load and return the analytics.json contents.
tasks/email/eml-011-analytics-dashboard/verifier/test_output.py:16
Function
announcements_dir
Return the announcements directory path.
tasks/communication/comm-013-announcement-generator/verifier/test_output.py:17
Function
answer_txt
Read and return the generated answer.txt contents.
tasks/memory/mem-010-multi-file-context-correlation/verifier/test_output.py:18
Function
answers
(workspace)
tasks/math-reasoning/math-001/verifier/test_output.py:25
Function
api_design
(workspace)
tasks/planning/plan-004/verifier/test_output.py:20
Function
api_docs
(workspace)
tasks/cross-domain/xdom-012-automated-docs-generator/verifier/test_output.py:15
Function
api_module
Import api_client.py from the workspace.
tasks/code-assistance/code-010-rest-api-client/verifier/test_output.py:18
Function
app_by_id
Create a lookup dict by application ID.
tasks/workflow-automation/wfl-007-branching-workflow/verifier/test_output.py:24
Function
app_package
Import the app package from the workspace.
tasks/code-assistance/code-014-multi-file-refactor/verifier/test_output.py:17
Method
apply_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
Function
approveTask
()
leaderboard/src/app/admin/page.tsx:472
Function
approve_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
Function
approve_submission
(filename: str, _: str = Depends(verify_admin))
src/claw_bench/server/admin.py:262
Function
arch_doc
(workspace)
tasks/multimodal/mm-007-architecture-doc/verifier/test_output.py:14
Function
architecture
(workspace)
tasks/cross-domain/xdom-012-automated-docs-generator/verifier/test_output.py:22
← previous
next →
501–600 of 7,113, ranked by callers