MCPcopy Create free account

hub / github.com/commandoperator/cmdop-sdk / functions

Functions325 in github.com/commandoperator/cmdop-sdk

Functiontest_skills_list_round_trip
()
python/tests/test_skills.py:112
Functiontest_surface_has_all_skills_methods
()
python/tests/test_skills.py:91
Functiontest_token_env_fallback
(monkeypatch: pytest.MonkeyPatch)
python/tests/test_config.py:29
Functiontest_unary_error_code_maps_to_typed_exception
Every core ErrorInfo.code maps to its typed exception on a unary call.
python/tests/test_transport.py:353
Functiontest_unary_error_maps_to_typed_exception
()
python/tests/test_transport.py:129
Functiontest_unary_response_round_trip
()
python/tests/test_transport.py:101
Functiontest_unsupported_platform_raises
(monkeypatch)
python/tests/test_locate.py:67
FunctiontoSnake
camelCase -> snake_case (activeSession -> active_session, setRole -> set_role).
node/src/_parity.ts:24
Methodtrigger
Run now.
python/src/cmdop/resources/schedules.py:123
Methodtrigger
Run now.
node/src/resources/schedules.ts:130
Methodtunnels
(self)
python/src/cmdop/client.py:79
Methodtunnels
()
node/src/client.ts:59
Functionunary
Send a unary REQUEST envelope; the typed arm is read by the caller.
node/src/resources/base.ts:72
Methodupdate
Partial-update a skill you own. ``category`` is a category slug.
python/src/cmdop/resources/skills.py:125
Methodupdate
( self, schedule_id: str, *, fleet_id: str | None = None, name: str |
python/src/cmdop/resources/schedules.py:80
Methodupdate
( self, fleet_id: str, *, name: str | None = None, mfa_required: str | None = None )
python/src/cmdop/resources/fleets.py:68
Methodupdate
(self, machine_id: str, name: str | None = None)
python/src/cmdop/resources/machines.py:54
Methodupdate
(slug: string, opts: SkillsUpdateOptions = {})
node/src/resources/skills.ts:131
Methodupdate
( fleetId: string, body: { name?: string; mfaRequired?: string } = {}, )
node/src/resources/fleets.ts:78
Methodupdate
(scheduleId: string, opts: UpdateScheduleOptions)
node/src/resources/schedules.ts:107
Methodupdate
(machineId: string, body: { name?: string } = {})
node/src/resources/machines.ts:60
Methodversions
(self, slug: str)
python/src/cmdop/resources/skills.py:98
Methodversions
(slug: string)
node/src/resources/skills.ts:112
Methodwait
(self)
python/tests/test_transport.py:66
Methodwrite
(self, data: bytes)
python/tests/test_transport.py:47
← previous301–325 of 325, ranked by callers