MCPcopy Index your code
hub / github.com/callstack/agent-device / normalizeAndroidName

Function normalizeAndroidName

src/platforms/android/devices.ts:63–65  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

61}
62
63function normalizeAndroidName(value: string): string {
64 return value.toLowerCase().replace(/_/g, ' ').replace(/\s+/g, ' ').trim();
65}
66
67export function parseAndroidEmulatorAvdNameOutput(rawOutput: string): string | undefined {
68 const lines = rawOutput

Callers 5

resolveAndroidAvdNameFunction · 0.85
inferAndroidAvdTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected