MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxSlashPath

Function fxSlashPath

xs/tools/xslBase.c:733–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733void fxSlashPath(txString path, char from, char to)
734{
735 txString s = path;
736 while (*s) {
737 if (*s == from)
738 *s = to;
739 s++;
740 }
741}
742
743void fxTerminateLinker(txLinker* linker)
744{

Callers 3

mainFunction · 0.85
mainFunction · 0.85
fxFindModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected