MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / defineMacro

Function defineMacro

katex/katex.js:10456–10458  ·  view source on GitHub ↗
(name, body)

Source from the content-addressed store, hash-verified

10454const _macros = {}; // This function might one day accept an additional argument and do more things.
10455
10456function defineMacro(name, body) {
10457 _macros[name] = body;
10458}
10459;// CONCATENATED MODULE: ./src/SourceLocation.js
10460/**
10461 * Lexing or parsing positional information for error reporting.

Callers 1

katex.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected