Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
539
def
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_workorders
Function · 0.85
get_workorder
Function · 0.85
get_workorder_tasks
Function · 0.85
get_workorder_costs
Function · 0.85
get_workorder_actuals_vs_planned
Function · 0.85
get_workorder_kpis
Function · 0.85
get_schedule_calendar
Function · 0.85
get_my_assigned_workorders
Function · 0.85
create_workorder
Function · 0.85
update_workorder
Function · 0.85
_change_status
Function · 0.85
assign_technician
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected