func(annotations whisk.KeyValueArr) whisk.KeyValueArr
| 778 | } |
| 779 | |
| 780 | type WebActionAnnotationMethod func(annotations whisk.KeyValueArr) whisk.KeyValueArr |
| 781 | |
| 782 | func webActionAnnotations( |
| 783 | preserveAnnotations bool, |
nothing calls this directly
no outgoing calls
no test coverage detected