MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / getMod

Function getMod

web/pgadmin/static/js/utils.js:109–111  ·  view source on GitHub ↗
(no, divisor)

Source from the content-addressed store, hash-verified

107}
108
109export function getMod(no, divisor) {
110 return ((no % divisor) + divisor) % divisor;
111}
112
113export function parseFuncParams(label) {
114 let paramArr = [],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected