MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / GetStaticDataBytes

Method GetStaticDataBytes

StaticData/NikkeStaticData/Program.cs:54–59  ·  view source on GitHub ↗
(string url)

Source from the content-addressed store, hash-verified

52 }
53
54 static async Task<byte[]> GetStaticDataBytes(string url)
55 {
56 using var httpClient = new HttpClient();
57 var fileBytes = await httpClient.GetByteArrayAsync(url).ConfigureAwait(false);
58 return fileBytes;
59 }
60
61 static async Task<byte[]> GetProtoBytes()
62 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected