MCPcopy Index your code
hub / github.com/tinymce/tinymce / targetIdToTargetInfo

Function targetIdToTargetInfo

modules/tinymce/tools/tasks/globals.js:39–45  ·  view source on GitHub ↗
(outputPath, replacer)

Source from the content-addressed store, hash-verified

37};
38
39var targetIdToTargetInfo = function (outputPath, replacer) {
40 return function (targetId) {
41 var filePath = path.join(outputPath, targetId.replace(/\./g, '\/'));
42 var globalId = replacer(targetId);
43 return createTargetInfo(filePath, targetId, globalId);
44 };
45};
46
47var replaceVariables = function (str, variables) {
48 Object.keys(variables).forEach(function (variable) {

Callers 1

replacePrefixFunction · 0.85

Calls 2

createTargetInfoFunction · 0.85
replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…