AlgorithmPrefix returns the prefix field of algo. This is a function instead of a public method so that it is only callable by code that is allowed to import this internal subpackage.
(algo Algorithm)
| 76 | // This is a function instead of a public method so that it is only callable by code |
| 77 | // that is allowed to import this internal subpackage. |
| 78 | func AlgorithmPrefix(algo Algorithm) []byte { |
| 79 | return algo.prefix |
| 80 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…