Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/log4js-node/log4js-node
/ layout
Function
layout
lib/layouts.js:483–485 ·
view source on GitHub ↗
(name, config)
Source
from the content-addressed store, hash-verified
481
layoutMakers[name] = serializerGenerator;
482
},
483
layout(name, config) {
484
return
layoutMakers[name] && layoutMakers[name](config);
485
},
486
};
Callers
3
testPattern
Function · 0.50
layouts-test.js
File · 0.50
stacktraces-test.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected