MCPcopy Create free account
hub / github.com/vercel/vercel / type

Method type

packages/cli/test/mocks/client.ts:306–311  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

304 }
305 },
306 type(text: string) {
307 client.stdin.write(text);
308 for (const char of text) {
309 client.stdin.emit('keypress', null, { name: char });
310 }
311 },
312 };
313
314 getScreen({ raw }: { raw?: boolean } = {}): string {

Callers 15

rFunction · 0.45
isStringFunction · 0.45
jquery.fancybox.jsFile · 0.45
formatFunction · 0.45
index.test.tsFile · 0.45
playground.test.tsFile · 0.45
rFunction · 0.45
isStringFunction · 0.45
jquery.fancybox.jsFile · 0.45

Calls 2

emitMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected