MCPcopy
hub / github.com/IBM/AssetOpsBench / t_ms

Function t_ms

src/servers/wo/workorders.py:539–541  ·  view source on GitHub ↗
(timer: Timer)

Source from the content-addressed store, hash-verified

537
538
539def t_ms(timer: Timer) -> int:
540 # Timer.ms is only set on __exit__; inside the block fall back to 0.
541 return getattr(timer, "ms", 0)

Callers 12

list_workordersFunction · 0.85
get_workorderFunction · 0.85
get_workorder_tasksFunction · 0.85
get_workorder_costsFunction · 0.85
get_workorder_kpisFunction · 0.85
get_schedule_calendarFunction · 0.85
create_workorderFunction · 0.85
update_workorderFunction · 0.85
_change_statusFunction · 0.85
assign_technicianFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected