MCPcopy Create free account
hub / github.com/microsoft/tslib / __metadata

Function __metadata

tslib.es6.js:111–113  ·  view source on GitHub ↗
(metadataKey, metadataValue)

Source from the content-addressed store, hash-verified

109};
110
111export function __metadata(metadataKey, metadataValue) {
112 if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
113}
114
115export function __awaiter(thisArg, _arguments, P, generator) {
116 function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…