Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ getPropsId
Function
getPropsId
src/background/utils/db.js:211–213 ·
view source on GitHub ↗
@return {?number}
(script)
Source
from the content-addressed store, hash-verified
209
210
/** @
return
{?number} */
211
function
getPropsId(script) {
212
return
script?.props.id;
213
}
214
215
/** @
return
{void} */
216
function
updateLastModified() {
Callers
2
removeScripts
Function · 0.85
fetchResources
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected