MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / getSupportedTraceTypes

Function getSupportedTraceTypes

libCacheSim-node/index.js:36–38  ·  view source on GitHub ↗

* Get list of supported trace types * @returns {Array} List of supported trace types

()

Source from the content-addressed store, hash-verified

34 * @returns {Array} List of supported trace types
35 */
36function getSupportedTraceTypes() {
37 return ['vscsi', 'csv', 'txt', 'binary', 'oracle'];
38}
39
40module.exports = {
41 runSimulation,

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected