MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp7

Function _temp7

src/commands/model/model.tsx:268–270  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected