MCPcopy Create free account
hub / github.com/axios/axios / normalizeTag

Method normalizeTag

bin/GithubAPI.js:117–119  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

115 }
116
117 static normalizeTag(tag){
118 return tag ? 'v' + tag.replace(/^v/, '') : '';
119 }
120}
121
122const {prototype} = GithubAPI;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected