Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
export
function
getMod(no, divisor) {
110
return
((no % divisor) + divisor) % divisor;
111
}
112
113
export
function
parseFuncParams(label) {
114
let
paramArr = [],
Callers
1
pgadmin_utils_spec.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected