MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / positiveInteger

Function positiveInteger

packages/vscode-extension/extension.js:231–233  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

229}
230
231function positiveInteger(value) {
232 return Number.isInteger(value) && value > 0 ? value : null;
233}
234
235function getWebviewHtml(serverUrl) {
236 const origin = getOrigin(serverUrl);

Callers 1

openSourceLocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected