MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / string

Method string

Extension/src/Utility/System/guards.ts:56–58  ·  view source on GitHub ↗
(instance: any)

Source from the content-addressed store, hash-verified

54 }
55
56 static string(instance: any): instance is string {
57 return typeof instance === 'string';
58 }
59
60 static socket(instance: any): instance is Socket {
61 return instance instanceof Socket;

Callers 2

iterableMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected