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

Method array

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

Source from the content-addressed store, hash-verified

50 }
51
52 static array(instance: any): instance is any[] {
53 return Array.isArray(instance);
54 }
55
56 static string(instance: any): instance is string {
57 return typeof instance === 'string';

Callers 5

objectMethod · 0.80
constructorMethod · 0.80
hasErrorsFunction · 0.80
deconstructFunction · 0.80
recursiveRenderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected