MCPcopy 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} */
211function getPropsId(script) {
212 return script?.props.id;
213}
214
215/** @return {void} */
216function updateLastModified() {

Callers 2

removeScriptsFunction · 0.85
fetchResourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected