PropertyMethods creates an PropertyMethodsInitialize for vals.
(vals Properties)
| 16 | |
| 17 | // PropertyMethods creates an PropertyMethodsInitialize for vals. |
| 18 | func PropertyMethods(vals Properties) PropertyMethodsInitialize { |
| 19 | return PropertyMethodsInitialize{ |
| 20 | vals: vals, |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | // HasThreadSafeGetBlob indicates whether GetBlob can be executed concurrently. |
| 25 | func (o PropertyMethodsInitialize) HasThreadSafeGetBlob() bool { |
no outgoing calls
no test coverage detected
searching dependent graphs…