Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ and
Function
and
test/fixtures/snapshot/typescript.js:2435–2437 ·
view source on GitHub ↗
(f, g)
Source
from the content-addressed store, hash-verified
2433
endsWith(candidate, suffix);
2434
}
2435
function
and(f, g) {
2436
return
function
(arg) {
return
f(arg) && g(arg); };
2437
}
2438
ts.and = and;
2439
function
or() {
2440
var
fs = [];
Callers
nothing calls this directly
Calls
2
f
Function · 0.50
g
Function · 0.50
Tested by
no test coverage detected