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

Function _temp3

src/commands/mobile/mobile.tsx:264–266  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

262 return <Text key={i}>{line_0}</Text>;
263}
264function _temp3(line) {
265 return line.length > 0;
266}
267function _temp2(prev) {
268 return prev === "ios" ? "android" : "ios";
269}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected