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

Function createTargetInfo

modules/tinymce/tools/tasks/globals.js:30–37  ·  view source on GitHub ↗
(filePath, targetId, globalId)

Source from the content-addressed store, hash-verified

28};
29
30var createTargetInfo = function (filePath, targetId, globalId) {
31 return {
32 filePath: filePath,
33 targetId: targetId,
34 globalId: globalId,
35 globalName: globalId.split('.').pop()
36 };
37};
38
39var targetIdToTargetInfo = function (outputPath, replacer) {
40 return function (targetId) {

Callers 1

targetIdToTargetInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…