(l *registry.InstalledSkillInfo)
| 859 | return l.Version |
| 860 | } |
| 861 | func localSource(l *registry.InstalledSkillInfo) string { |
| 862 | if l == nil { |
| 863 | return "" |
| 864 | } |
| 865 | return l.Source |
| 866 | } |
| 867 | |
| 868 | // Prefer manages source preferences for skills with name conflicts. |
| 869 | // Usage: |
no outgoing calls