MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / put

Method put

src/library/blas/gens/kprintf.cpp:2240–2256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2238}
2239
2240void kprintf::put(const char *key, const char *value)
2241{
2242 struct fmt f;
2243
2244 if(key[0] != '%')
2245 {
2246 std::cout << "Addition of key " << key << " failed as it does not start with %" << std::endl;
2247 return;
2248 }
2249 f.key = key; f.value = value;
2250 if (strlen(key) > maxKeySize)
2251 {
2252 maxKeySize = strlen(key);
2253 }
2254 v.push_back(f);
2255 return;
2256}
2257
2258//
2259// PENDING:

Callers 14

generatorFunction · 0.80
generatorFunction · 0.80
generatorFunction · 0.80
generatorFunction · 0.80
generatorFunction · 0.80
handleVFORMethod · 0.80
generatorFunction · 0.80
generatorFunction · 0.80
generatorFunction · 0.80
generatorFunction · 0.80
generator_tbsvFunction · 0.80
generatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected