MCPcopy Index your code
hub / github.com/socketstream/socketstream / includeFlags

Function includeFlags

lib/client/bundler/default.js:4–15  ·  view source on GitHub ↗
(overrides)

Source from the content-addressed store, hash-verified

2'use strict';
3
4function includeFlags(overrides) {
5 var includes = {
6 css: true,
7 html: true,
8 system: true,
9 initCode: true
10 };
11 if (overrides) {
12 for(var n in overrides) { includes[n] = overrides[n]; }
13 }
14 return includes;
15}
16
17/**
18 * @typedef { name:string, path:string, dir:string, content:string, options:string, type:string } AssetEntry

Callers 1

defineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected