(s)
| 266 | return s_0.mainLoopModelForSession; |
| 267 | } |
| 268 | function _temp7(s) { |
| 269 | return s.mainLoopModel; |
| 270 | } |
| 271 | export const call: LocalJSXCommandCall = async (onDone, _context, args) => { |
| 272 | args = args?.trim() || ''; |
| 273 | if (COMMON_INFO_ARGS.includes(args)) { |
nothing calls this directly
no outgoing calls
no test coverage detected