Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deployd/deployd
/ stripFields
Function
stripFields
lib/db.js:589–594 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
587
};
588
589
function
stripFields(query) {
590
if
(!query)
return
;
591
var
fields = query.$fields;
592
if
(fields) delete query.$fields;
593
return
fields;
594
}
595
596
function
stripOptions(query) {
597
var
options = {};
Callers
1
db.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected